Skip to content

Commit

Permalink
Fix typo of build folder in the Makefile (#480)
Browse files Browse the repository at this point in the history
  • Loading branch information
rocketeerbkw authored Sep 14, 2023
1 parent fcee713 commit b9938f5
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 @@ -10,7 +10,7 @@ build:
@echo "Copying binaries to build directory"
docker run --rm -v $(DIR):/data pygmy sh -c 'cp pygmy* /data/builds/.'
@echo "Done"
@echo "Enjoy using pygmy binaries in the $(DIR)/build directory."
@echo "Enjoy using pygmy binaries in the $(DIR)/builds directory."

clean:
docker image rm -f pygmy
Expand Down

0 comments on commit b9938f5

Please sign in to comment.