Skip to content

Commit

Permalink
Rename main file to nv.go.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcouture committed Sep 19, 2023
1 parent 6473e66 commit 31485f8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

# Launch the executable with optional arguments
@run *ARGS:
go run ./cmd/nv/main.go {{ARGS}}
go run ./cmd/nv/nv.go {{ARGS}}

# Git tag a version
@tag VERSION:
Expand Down

0 comments on commit 31485f8

Please sign in to comment.