Fix typo.

This commit is contained in:
opi 2016-04-27 13:05:28 +02:00
parent e2773be4ba
commit e4316b099d

View file

@ -232,7 +232,7 @@ elif [ "$1" = "use-git" ]; then
# Remove actionsmap cache # Remove actionsmap cache
[ -e '/var/cache/moulinette/actionsmap/yunohost.pkl' ] && sudo rm /var/cache/moulinette/actionsmap/yunohost.pkl [ -e '/var/cache/moulinette/actionsmap/yunohost.pkl' ] && sudo rm /var/cache/moulinette/actionsmap/yunohost.pkl
echo "↳ Don't forget to remove '/var/cache/moulinette/actionsmap/yunohost.pkl' cache when hacking SSOwat" echo "↳ Don't forget to remove '/var/cache/moulinette/actionsmap/yunohost.pkl' cache when hacking yunohost"
echo "" echo ""
;; ;;
yunohost-admin) yunohost-admin)