From ad62d1da67831c6de287835a1188cead7c3f4ff1 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Sun, 17 Apr 2022 22:26:33 +0200 Subject: Add a Makefile for easy installation --- lib/subcommands/sync.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/subcommands/sync.bash') 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]}" } -- cgit v1.1