We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54811a4 commit 2ea5633Copy full SHA for 2ea5633
.gitpod.yml
@@ -68,7 +68,7 @@ tasks:
68
sudo sed -i 's#$GITPOD_REPO_ROOT#'$GITPOD_REPO_ROOT'#g' /etc/nginx/nginx.conf &&
69
service nginx start
70
- name: "Mage Cache Cleaner"
71
- command: if grep -q mage2tv/magento-cachde-clean $GITPOD_REPO_ROOT/composer.json; then
+ command: if grep -q mage2tv/magento-cache-clean $GITPOD_REPO_ROOT/composer.json; then
72
vendor/bin/cache-clean.js --watch;
73
else
74
exit;
0 commit comments