Skip to content

Commit

Permalink
docs:typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasz-lobocki committed Sep 28, 2023
1 parent d5cbd42 commit 26f34bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/root_defs.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ const (
MAX_LOGGING_LEVEL int = 3 // Maximum allowed logging level
SHELL string = "bash" // Name of shell to be invoked for 'shell' command
SPINNER_MS int = 500 // Spinner refresh period in miliseconds
UP_TO_DATE string = "up to date" // Emmitted when local repo is in sync with remote one
UP_TO_DATE string = "up to date" // Emitted when local repo is in sync with remote one
)

0 comments on commit 26f34bb

Please sign in to comment.