Skip to content

Commit 710231a

Browse files
committed
fix
1 parent c3673ca commit 710231a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if [ "$NO_CHANGE_USER" = "" ]; then
2424

2525
# Give ownership of necessary directories to the user
2626
chown -R user:user .
27-
mkdir /cargo
27+
mkdir -p /cargo
2828
chown -R user:user /cargo
2929
chown -R user:user /checkout
3030

0 commit comments

Comments
 (0)