Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion post-checkout
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ cd "$REPO_ROOT" || exit 1

# Install tools specified in the spec file
if is_luca_installed; then
luca install --quiet
luca install --quiet --no-install-post-checkout-git-hook
INSTALL_RESULT=$?

if [ $INSTALL_RESULT -eq 0 ]; then
Expand Down
2 changes: 1 addition & 1 deletion tests/post_checkout.bats
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ setup() {

assert_success
assert_output --partial "Tools synchronized successfully"
run grep "luca install --quiet" "$MOCK_LUCA_CALL_LOG"
run grep "luca install --quiet --no-install-post-checkout-git-hook" "$MOCK_LUCA_CALL_LOG"
assert_success
}

Expand Down
Loading