We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb5c0f2 commit 8400cfaCopy full SHA for 8400cfa
coderd/azureidentity/generate.sh
@@ -28,5 +28,6 @@ done
28
CONTENT+="\n}"
29
30
sed -i '/var Certificates = /,$d' azureidentity.go
31
+# shellcheck disable=SC2059
32
printf "$CONTENT" >> azureidentity.go
33
gofmt -w azureidentity.go
0 commit comments