Skip to content

Commit 0c768ae

Browse files
committed
fix directory issue for removing chache folder
1 parent b4c5f0a commit 0c768ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/reloadFixtures.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ run () {
1919
fi
2020
}
2121

22-
run "Remove cache directory:" "rm -rf var/cache/prod"
22+
run "Remove cache directory:" "rm -rf ${DIR}/var/cache/prod"
2323
run "Drop and init dbal:" "${DIR}/bin/console --env=prod doctrine:phpcr:init:dbal --drop --force -n"
2424
run "Init repositories:" "${DIR}/bin/console --env=prod doctrine:phpcr:repository:init -n"
2525
run "Load date fixtures:" "${DIR}/bin/console --env=prod doctrine:phpcr:fixtures:load -n"

0 commit comments

Comments
 (0)