Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
Update error message
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed Jul 15, 2023
1 parent 80a07b6 commit 4e830cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nix-headbump/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $ nix-headbump -version`
log.Fatalf("Failed to get target files: %s", err.Error())
}
if path == "" {
log.Fatalln("Both default.nix and shell.nix are not found")
log.Fatalln("Any *.nix files are not found")
}

switch os.Args[1] {
Expand Down

0 comments on commit 4e830cc

Please sign in to comment.