From 688df54414fdec896fa3788b7d57f0de2eb116d7 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 27 Aug 2019 02:04:01 -0400 Subject: fix update script --- manifests/tozt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/tozt.pp b/manifests/tozt.pp index f5ba04b..f644d85 100644 --- a/manifests/tozt.pp +++ b/manifests/tozt.pp @@ -5,7 +5,7 @@ node 'tozt', 'tozt.localdomain' { class { 'base': extra_script => " - (cd /home/doy/coding/investments-sheet-export && git pull) + (cd /home/doy/coding/metabase-utils && git pull) "; } -- cgit v1.2.3