From 9389a796d904f55451a9de2a3311fd89a4cee668 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Thu, 17 Feb 2022 20:24:47 +0000 Subject: [PATCH] Make gpx-updater track master --- cookbooks/gps-tile/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/gps-tile/recipes/default.rb b/cookbooks/gps-tile/recipes/default.rb index 558ac0107..b14c30205 100644 --- a/cookbooks/gps-tile/recipes/default.rb +++ b/cookbooks/gps-tile/recipes/default.rb @@ -80,7 +80,7 @@ end git "/srv/gps-tile.openstreetmap.org/updater" do action :sync repository "https://github.com/e-n-f/gpx-updater.git" - revision "live" + revision "master" depth 1 user "gpstile" group "gpstile" -- 2.39.5