diff --git a/worktree.sh b/worktree.sh index 19b135f6..4d84ad88 100755 --- a/worktree.sh +++ b/worktree.sh @@ -3,7 +3,7 @@ ROOT_PATH=$1 cp "$ROOT_PATH/.env" .env -cp -r "$ROOT_PATH//storage/keys" ./storage/keys +cp -r "$ROOT_PATH/storage/keys" ./storage/keys bun i composer install