diff --git a/cli/packages/cmd/run.go b/cli/packages/cmd/run.go index 8d2e35fd5..261a945f7 100644 --- a/cli/packages/cmd/run.go +++ b/cli/packages/cmd/run.go @@ -144,7 +144,7 @@ var runCmd = &cobra.Command{ util.HandleError(err, "Could not confirm project has environment") } if !hasEnvironment { - util.HandleError(fmt.Errorf("project '%s' does not have environment '%s'", projectId, environmentName)) + util.HandleError(fmt.Errorf("project does not have environment '%s'", environmentName)) } log.Debug().Msgf("Project '%s' has environment '%s'", projectId, environmentName)