Skip to content

Commit

Permalink
we can set fsGroup but there's no fsUser
Browse files Browse the repository at this point in the history
  • Loading branch information
solsson committed Dec 28, 2024
1 parent 74cf4f3 commit 733e8c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-init/git-init-tekton-compatible.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ REVISION="$4"
CLONEPATH="$6"
[ -z "$CLONEPATH" ] && echo "Sixth arg should be clonepath" && exit 1

[ -d $CLONEPATH ] || mkdir -p $CLONEPATH
[ -d $CLONEPATH ] || mkdir -m 775 -p $CLONEPATH

cd $CLONEPATH

Expand Down

0 comments on commit 733e8c3

Please sign in to comment.