Skip to content

Commit d853bfa

Browse files
555 debug reset message conflict fix (#556)
- launchpad reset command upgrade check now happens after force check, so that the messges don't overlap Signed-off-by: James Nesbitt <[email protected]>
1 parent cf82ac7 commit d853bfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/reset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func NewResetCommand() *cli.Command {
2929
Aliases: []string{"f"},
3030
},
3131
}...),
32-
Before: actions(initLogger, startUpgradeCheck, initAnalytics, checkLicense, initExec, requireForce),
32+
Before: actions(initLogger, initAnalytics, checkLicense, initExec, requireForce, startUpgradeCheck),
3333
After: actions(closeAnalytics, upgradeCheckResult),
3434
Action: func(ctx *cli.Context) error {
3535
start := time.Now()

0 commit comments

Comments
 (0)