Skip to content

Commit

Permalink
Merge branch version/0-43-0-RC1 to adopt changes from PR #2924
Browse files Browse the repository at this point in the history
  • Loading branch information
as-builds committed Dec 6, 2023
2 parents 918fe91 + 7aaeff9 commit e8e57df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/projectfile/projectfile.go
Original file line number Diff line number Diff line change
Expand Up @@ -634,7 +634,7 @@ func (p *Project) parseURL() (projectURL, error) {

func validateUUID(uuidStr string) error {
if ok := strfmt.Default.Validates("uuid", uuidStr); !ok {
return locale.NewError("invalid_uuid_val", "Invalid commit ID {{.V0}} in activestate.yaml. You could replace it with 'latest'", uuidStr)
return locale.NewError("invalid_uuid_val", "Invalid commit ID {{.V0}} in activestate.yaml. Please remove it and run `[ACTIONABLE]state pull[/RESET]` to reset it", uuidStr)
}

var uuid strfmt.UUID
Expand Down

0 comments on commit e8e57df

Please sign in to comment.