fix(worktree): remove double slash in storage/keys copy path
This commit is contained in:
parent
eb31455e60
commit
898aa2ec63
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue