Skip to content

Commit

Permalink
Fix typo "chances" => "changes"
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Schinkel committed Oct 21, 2022
1 parent 4cd8c6b commit 1fc8db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ func HandleChanges(ctx context.Context, pf *glice.ProjectFile) {
changes := pf.Changes
if !changes.HasChanges() {
glice.Notef("\n")
glice.Notef("\nNo chances detected")
glice.Notef("\nNo changes detected")
glice.Notef("\n\n")
} else {
glice.Notef("\n")
Expand Down

0 comments on commit 1fc8db2

Please sign in to comment.