Skip to content

Commit 86e1d45

Browse files
authored
Update Makefile
1 parent a6cc30c commit 86e1d45

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
@@ -27,7 +27,7 @@ clean: ## remove files created during build pipeline
2727

2828
.PHONY: run
2929
run: ## go run
30-
go run main.go
30+
go run .
3131

3232
.PHONY: mod
3333
mod: ## go mod tidy

0 commit comments

Comments
 (0)