aboutsummaryrefslogtreecommitdiff
path: root/lib/subcommands/sync.bash
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2022-04-17 22:26:33 +0200
committerPatrick Spek <p.spek@tyil.nl>2022-04-17 22:26:33 +0200
commitad62d1da67831c6de287835a1188cead7c3f4ff1 (patch)
tree11531f877529fb2306808d3437d7306df4b21f56 /lib/subcommands/sync.bash
parent97ea86450b3619cca8a0d562a669f5678d5df168 (diff)
Add a Makefile for easy installation
Diffstat (limited to 'lib/subcommands/sync.bash')
-rw-r--r--lib/subcommands/sync.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/subcommands/sync.bash b/lib/subcommands/sync.bash
index af5f282..8fce0b6 100644
--- a/lib/subcommands/sync.bash
+++ b/lib/subcommands/sync.bash
@@ -25,7 +25,7 @@ subcommand()
while read -r playbook
do
info "bashtard/sync" "Syncing $playbook"
- "$BASHTARD_BASEDIR/bin/$BASHTARD_NAME" sync "$playbook"
+ "$BASHTARD_BIN" sync "$playbook"
done < "$BASHTARD_ETCDIR/registry.d/${BASHTARD_PLATFORM[fqdn]}"
}