Skip to content

Commit 1084cd7

Browse files
authored
Merge pull request #64 from umago/fix-make-run
Fix Makefile "run" target
2 parents 0405417 + 4b807cf commit 1084cd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ PATH_TO_PLANTUML := ~/bin
33

44

55
run: ## Run the service locally
6-
python src/lightspeed-stack.py "$@"
6+
python src/lightspeed-stack.py
77

88
test-unit: ## Run the unit tests
99
@echo "Running unit tests..."

0 commit comments

Comments
 (0)