Explorar o código

fix compile error

Ivan Galakhov %!s(int64=4) %!d(string=hai) anos
pai
achega
60c266b668
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      cli/cmd/deploy.go

+ 3 - 3
cli/cmd/deploy.go

@@ -298,19 +298,19 @@ func updateFull(resp *api.AuthCheckResponse, client *api.Client, args []string)
 		return err
 	}
 
-	err = updateBuildWithAgent(updateAgent, client)
+	err = updateBuildWithAgent(updateAgent)
 
 	if err != nil {
 		return err
 	}
 
-	err = updatePushWithAgent(updateAgent, client)
+	err = updatePushWithAgent(updateAgent)
 
 	if err != nil {
 		return err
 	}
 
-	err = updateUpgradeWithAgent(updateAgent, client)
+	err = updateUpgradeWithAgent(updateAgent)
 
 	if err != nil {
 		return err