]> git.openstreetmap.org Git - chef.git/commitdiff
Make gpx-updater track master
authorTom Hughes <tom@compton.nu>
Thu, 17 Feb 2022 20:24:47 +0000 (20:24 +0000)
committerTom Hughes <tom@compton.nu>
Thu, 17 Feb 2022 20:24:47 +0000 (20:24 +0000)
cookbooks/gps-tile/recipes/default.rb

index 558ac0107d82f3498285182016554fa2c0d84917..b14c30205488ff8e030dd070a40d55398ede6556 100644 (file)
@@ -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"