Skip to content

Commit

Permalink
Fix comittish spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey authored Mar 24, 2021
1 parent cc08173 commit 7bdc96b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sudo DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y d
sudo dokku plugin:install-dependencies --core
(dokku plugin:list | grep redis) || sudo dokku plugin:install https://github.com/dokku/dokku-redis.git --committish 1.10.4 redis
(dokku plugin:list | grep postgres) || sudo dokku plugin:install https://github.com/dokku/dokku-postgres.git --committish 1.9.5 postgres
(dokku plugin:list | grep letsencrypt) || sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git --commitish 0.9.4 letsencrypt
(dokku plugin:list | grep letsencrypt) || sudo dokku plugin:install https://github.com/dokku/dokku-letsencrypt.git --committish 0.9.4 letsencrypt
dokku plugin:list
dokku letsencrypt:cron-job --add
(dokku apps:list | grep wharf) || dokku apps:create wharf
Expand Down Expand Up @@ -41,4 +41,4 @@ if [ ! -f $KEY_DIR/id_rsa ]; then
echo "Can't find keys in key dir"
ls $KEY_DIR
exit 1
fi
fi

0 comments on commit 7bdc96b

Please sign in to comment.