Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit471d3e8

Browse files
committed
chore: update error message
1 parenta4b2e8d commit471d3e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎coderd/database/dbauthz/dbauthz.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ func (q *querier) authorizePrebuiltWorkspace(ctx context.Context, action policy.
169169
ifprebuiltErr=q.authorizeContext(ctx,action,workspace.AsPrebuild());prebuiltErr==nil {
170170
returnnil
171171
}
172-
returnxerrors.Errorf("authorize context: %w",errors.Join(workspaceErr,prebuiltErr))
172+
returnxerrors.Errorf("authorize context as prebuild: %w",errors.Join(workspaceErr,prebuiltErr))
173173
}
174174

175175
returnxerrors.Errorf("authorize context: %w",errors.Join(workspaceErr))

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp