From 37aef45ba4fb3cc2373a9349309047aaee284ccc Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Fri, 12 Aug 2022 02:11:31 +0300 Subject: [PATCH] community: fix upgrade tag --- cookbooks/community/templates/default/web_only.yml.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/community/templates/default/web_only.yml.erb b/cookbooks/community/templates/default/web_only.yml.erb index 87d585a03..a1b1fa41b 100644 --- a/cookbooks/community/templates/default/web_only.yml.erb +++ b/cookbooks/community/templates/default/web_only.yml.erb @@ -100,7 +100,7 @@ hooks: cd: $home cmd: - git fetch --depth=1 origin tag v2.8.8 --no-tags - - git checkout v2.8.7 + - git checkout v2.8.8 after_ssl: - replace: filename: "/etc/nginx/conf.d/discourse.conf" -- 2.45.1