diff --git a/src/setup/serverless-config.go b/src/setup/serverless-config.go index 0fea81f8..06466bb2 100644 --- a/src/setup/serverless-config.go +++ b/src/setup/serverless-config.go @@ -440,7 +440,7 @@ func RemoveAlibabaAllServices(path string, numSubExperiments int) []string { func DeployService(path string) string { // 25.09 update to correct syntax issue logrus // log.Infof(fmt.Sprintf("Deploying service at %s", path)) - log.Infof("Deploying service at %s", path) slsDeployCmd := exec.Command("sls", "deploy") + log.Infof("Deploying service at %s", path) slsDeployCmd := exec.Command("sls", "deploy") slsDeployCmd.Dir = path slsDeployMessage := util.RunCommandAndLogWithRetries(slsDeployCmd, 3)