Skip to content

Commit

Permalink
Correct Makefile after Bad Merge
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisoverzero committed Aug 18, 2021
1 parent 8b32a16 commit 2fddba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ init:
pip install -Ur requirements.txt

build:
build-image-src/build_all_images.sh
cd ./build-image-src && ./build_all_images.sh

test:
pytest tests
Expand Down

0 comments on commit 2fddba4

Please sign in to comment.