Skip to content

Commit ebb518b

Browse files
committed
🧪
1 parent eba3d12 commit ebb518b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coderd/provisionerdserver/provisionerdserver.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1146,7 +1146,7 @@ func (s *server) CompleteJob(ctx context.Context, completed *proto.CompletedJob)
11461146
}
11471147
if !contains {
11481148
completedError = sql.NullString{
1149-
String: fmt.Sprintf("external auth provider %q is not configured", externalAuthProvider),
1149+
String: fmt.Sprintf("external auth provider %q is not configured", externalAuthProvider.Id),
11501150
Valid: true,
11511151
}
11521152
break

0 commit comments

Comments
 (0)