Skip to content

Commit

Permalink
Update serverless-config.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi-99 authored and yulinzou committed Sep 26, 2024
1 parent 1d467e6 commit ce1523e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup/serverless-config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ce1523e

Please sign in to comment.