Skip to content

Commit

Permalink
Fix some sommands
Browse files Browse the repository at this point in the history
  • Loading branch information
Yaderr committed Feb 15, 2021
1 parent 4a80788 commit e35c542
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 @@ -4,7 +4,7 @@ clone: # Clone all repos
git clone https://github.com/yaderson/api-server.git || git pull
##TODO: custom script to run make from projects.yaml
up: # Run all projects
cd .,/server/api-server
cd ../server/api-server
make run
##TODO: custom script to down make from projects.yaml
down: # Down all projects
Expand Down

0 comments on commit e35c542

Please sign in to comment.