Skip to content

Commit

Permalink
cli: fix typo
Browse files Browse the repository at this point in the history
Release note: None
  • Loading branch information
tbg committed Nov 12, 2019
1 parent 0e9dd73 commit 60f7ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/start.go
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ func runStart(cmd *cobra.Command, args []string, disableReplication bool) error
// First things first: if the user wants background processing,
// relinquish the terminal ASAP by forking and exiting.
//
// If executing in the backround, the function returns ok == true in
// If executing in the background, the function returns ok == true in
// the parent process (regardless of err) and the parent exits at
// this point.
if ok, err := maybeRerunBackground(); ok {
Expand Down

0 comments on commit 60f7ed6

Please sign in to comment.