Skip to content

Commit

Permalink
fix malformed test
Browse files Browse the repository at this point in the history
  • Loading branch information
apparebit committed Aug 14, 2024
1 parent f8262f3 commit 55bfa51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ install() {
run python3 -m venv .venv
fi

if should_restart; then
if "${should_restart}"; then
log WARNING "Please restart your current shell to pick up changes to PATH"
fi
}
Expand Down

0 comments on commit 55bfa51

Please sign in to comment.