Skip to content

Commit 2ea5633

Browse files
authored
Update .gitpod.yml
Fix typo
1 parent 54811a4 commit 2ea5633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitpod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ tasks:
6868
sudo sed -i 's#$GITPOD_REPO_ROOT#'$GITPOD_REPO_ROOT'#g' /etc/nginx/nginx.conf &&
6969
service nginx start
7070
- name: "Mage Cache Cleaner"
71-
command: if grep -q mage2tv/magento-cachde-clean $GITPOD_REPO_ROOT/composer.json; then
71+
command: if grep -q mage2tv/magento-cache-clean $GITPOD_REPO_ROOT/composer.json; then
7272
vendor/bin/cache-clean.js --watch;
7373
else
7474
exit;

0 commit comments

Comments
 (0)