summaryrefslogtreecommitdiffstats
path: root/manifests
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2019-08-27 02:04:01 -0400
committerJesse Luehrs <doy@tozt.net>2019-08-27 02:04:01 -0400
commit688df54414fdec896fa3788b7d57f0de2eb116d7 (patch)
tree9790ea3f56fc74ea4977eb3aa9e6dd5eb161f318 /manifests
parent64db8b66b28947ced087e6248c4e3bb59595d92f (diff)
downloadpuppet-tozt-688df54414fdec896fa3788b7d57f0de2eb116d7.tar.gz
puppet-tozt-688df54414fdec896fa3788b7d57f0de2eb116d7.zip
fix update script
Diffstat (limited to 'manifests')
-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)
";
}