We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b8193e commit 284e13dCopy full SHA for 284e13d
1 file changed
toolkit/scripts/update_manifest.sh
@@ -100,7 +100,7 @@ update_manifest() {
100
101
echo "Manifests are different, updating ${basename}"
102
mv "${BUILD_TEMP_MANIFEST_FILENAME}" "${filepath}"
103
- chown "$CALLING_USER:$CALLING_USER" "${filepath}"
+ chown "$CALLING_USER:" "${filepath}"
104
else
105
echo "Manifests are the same, not updating ${basename}"
106
fi
0 commit comments