Skip to content

Commit 596f79c

Browse files
committed
Removing extra line introduced while resolving conflicts
1 parent 0711763 commit 596f79c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/pkg/agent/cmd/watch.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,6 @@ func watchCmd(cmd *cobra.Command, log *logp.Logger, topDir string, cfg *configur
118118
stateString = string(marker.Details.State)
119119
}
120120
log.Infof("not within grace [updatedOn %v] %v or agent have been rolled back [state: %s]", marker.UpdatedOn.String(), time.Since(marker.UpdatedOn).String(), stateString)
121-
122121
// if it is started outside of upgrade loop
123122
// if we're not within grace and marker is still there it might mean
124123
// that cleanup was not performed ok, cleanup everything except current version

0 commit comments

Comments
 (0)