Explorar el Código

fix compile error

Ivan Galakhov hace 4 años
padre
commit
60c266b668
Se han modificado 1 ficheros con 3 adiciones y 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