Skip to content

Commit

Permalink
πŸ› Handle bug introduced in #246
Browse files Browse the repository at this point in the history
  • Loading branch information
derwentx committed Sep 8, 2020
1 parent d9e67ef commit 911776e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ run() {
cp "$DOWNLOADED_HOOK_SCRIPT" "$HOOK_SCRIPT_TARGET"
chmod +x "$HOOK_SCRIPT_TARGET"

echo "TALISMAN_BINARY=\"${TALISMAN_BIN_TARGET}\" ${HOOK_SCRIPT_TARGET}" >"$REPO_HOOK_TARGET"
echo "TALISMAN_BINARY=\"${TALISMAN_BIN_TARGET}\" TALISMAN_INTERACTIVE=\"false\" ${HOOK_SCRIPT_TARGET}" >"$REPO_HOOK_TARGET"
chmod +x "$REPO_HOOK_TARGET"

echo_success "Talisman successfully installed to '$REPO_HOOK_TARGET'."
Expand Down

0 comments on commit 911776e

Please sign in to comment.