Skip to content

Commit

Permalink
Update Taskfile.yml
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
LuigiAzevedo committed Jun 9, 2023
1 parent b5652dc commit 897b75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ tasks:
cmds:
- go build -o bin/app cmd/main.go
run:
desc: Run compiled compiled
desc: Run compiled code
deps: [build]
cmds:
- ./bin/app
Expand Down

0 comments on commit 897b75a

Please sign in to comment.