From 7bdc96bd2a1dfb6b7361d4214162191c5295a6c3 Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Wed, 24 Mar 2021 07:46:19 +0000 Subject: [PATCH] Fix comittish spelling --- test.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test.sh b/test.sh index c497b3a..3c0103b 100755 --- a/test.sh +++ b/test.sh @@ -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 @@ -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 \ No newline at end of file +fi