Skip to content

Commit 284e13d

Browse files
authored
Toolkit bugfix: update_manifest.sh group name may not allways exist (#10217)
1 parent 2b8193e commit 284e13d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolkit/scripts/update_manifest.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ update_manifest() {
100100

101101
echo "Manifests are different, updating ${basename}"
102102
mv "${BUILD_TEMP_MANIFEST_FILENAME}" "${filepath}"
103-
chown "$CALLING_USER:$CALLING_USER" "${filepath}"
103+
chown "$CALLING_USER:" "${filepath}"
104104
else
105105
echo "Manifests are the same, not updating ${basename}"
106106
fi

0 commit comments

Comments
 (0)