summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--manifests/tozt.pp2
1 files changed, 1 insertions, 1 deletions
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)
";
}