Skip to content

Commit

Permalink
Merge pull request #3002 from ActiveState/mitchell/dx-2405
Browse files Browse the repository at this point in the history
Added period to emphasize a complete sentence.
  • Loading branch information
mitchell-as authored Jan 9, 2024
2 parents 27c22a3 + 2051813 commit 50c4f72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/runners/refresh/refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ func (r *Refresh) Run(params *Params) error {
if errs.Matches(err, &projectfile.ErrorNoDefaultProject{}) {
return locale.WrapError(err, "err_use_default_project_does_not_exist")
}
return locale.WrapError(err, "err_refresh_cannot_load_project", "Cannot load project to update runtime for")
return locale.WrapError(err, "err_refresh_cannot_load_project", "Cannot load project to update runtime for.")
}

rti, err := runtime.NewFromProject(proj, target.TriggerRefresh, r.analytics, r.svcModel, r.out, r.auth)
Expand Down

0 comments on commit 50c4f72

Please sign in to comment.