ソースを参照

don't read error when not needed

Ivan Galakhov 5 年 前
コミット
97e5dd5c24
1 ファイル変更1 行追加1 行削除
  1. 1 1
      cli/cmd/deploy.go

+ 1 - 1
cli/cmd/deploy.go

@@ -559,7 +559,7 @@ func updateUpgradeWithAgent(updateAgent *deploy.DeployAgent) error {
 			Name:   "Upgrade",
 			Name:   "Upgrade",
 			Index:  330,
 			Index:  330,
 			Status: api.EventStatusSuccess,
 			Status: api.EventStatusSuccess,
-			Info:   err.Error(),
+			Info:   "",
 		})
 		})
 	}
 	}