Skip to content

Commit

Permalink
Update up.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tedbauer authored May 4, 2024
1 parent 8b36ced commit f79c89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/up.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ up() {
cd "$target_path"
}

if [ "$0" = "-bash" ]; then
if [ "$0" = "bash" ]; then
complete -F up_completion up
fi

0 comments on commit f79c89d

Please sign in to comment.