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

Commit

Permalink
resolve merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
krantzinator committed Jan 15, 2021
2 parents c2c6536 + 4caf814 commit 5c6703e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/cli/uninstall.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (c *UninstallCommand) Run(args []string) int {

// set config snapshot name with default or flag value + timestamp
if c.snapshotName == "" {
c.snapshotName = defaultSnapshotName
c.snapshotName = uninstallSnapshotName
}
c.snapshotName = fmt.Sprintf("%s-%d", c.snapshotName, time.Now().Unix())

Expand Down Expand Up @@ -205,7 +205,7 @@ func (c *UninstallCommand) Flags() *flag.Sets {
}

var (
defaultSnapshotName = "waypoint-server-snapshot"
uninstallSnapshotName = "waypoint-server-snapshot"
autoApproveMsg = strings.TrimSpace(`
Uninstalling Waypoint server requires approval.
Rerun the command with -auto-approve to continue with the uninstall.
Expand Down

0 comments on commit 5c6703e

Please sign in to comment.