Skip to content
This repository has been archived by the owner on Jul 17, 2024. It is now read-only.

Commit

Permalink
semantic error fixing
Browse files Browse the repository at this point in the history
Signed-off-by: Dinor Geler <[email protected]>
  • Loading branch information
Dinor Geler committed Sep 19, 2020
1 parent fe9b374 commit 62b6688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/move_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@ func Move(dryRun bool) error {
log.Println()
if skipConfirmation {

log.Println("Skipping confirmation before performing move.")
log.Println("Skipping confirmation before performing move configuration.")
doConfig = true
} else {
doConfig, err = utils.AskConfirmation("Move Config", "move the v2 configuration")
doConfig, err = utils.AskConfirmation("Move config", "move the v2 configuration")
if err != nil {
return err
}
Expand Down

0 comments on commit 62b6688

Please sign in to comment.