Skip to content

Commit

Permalink
chown only .scannerwork
Browse files Browse the repository at this point in the history
  • Loading branch information
cody-simms-sonarsource committed Dec 12, 2023
1 parent e2a1ee7 commit fb9ead3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ set -e
_tmp_file=$(ls "${INPUT_PROJECTBASEDIR}/" | head -1)
PERM=$(stat -c "%u:%g" "${INPUT_PROJECTBASEDIR}/$_tmp_file")

chown -R $PERM "${INPUT_PROJECTBASEDIR}/"
chown -R $PERM "${INPUT_PROJECTBASEDIR}/.scannerwork/"

0 comments on commit fb9ead3

Please sign in to comment.