fix: typo

pull/79/head
Luciano Righetti 2021-12-17 14:07:07 +01:00
parent 9a0c025ca9
commit 30700fc4e7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ run_all_migrations() {
}
delete_model_cache() {
echo >&2 "Deleting cackephp cache..."
echo >&2 "Deleting cakephp cache..."
rm -rf ./tmp/cache/models/*
rm -rf ./tmp/cache/persistent/*
}