We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f829cb6 commit c84fe8aCopy full SHA for c84fe8a
packages/api/internal/template/register_build.go
@@ -130,7 +130,7 @@ func RegisterBuild(
130
telemetry.ReportCriticalError(ctx, "invalid alias", err)
131
return nil, &api.APIError{
132
Err: err,
133
- ClientMsg: fmt.Sprintf("Invalid alias: %s", alias),
+ ClientMsg: fmt.Sprintf("Invalid alias: %s", *data.Alias),
134
Code: http.StatusBadRequest,
135
}
136
0 commit comments