Skip to content

Commit

Permalink
fix current.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
rxqd committed Mar 30, 2024
1 parent be6a3d6 commit aef91ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/current.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" &>/dev/null && pwd)"
ROOT="$(dirname "$SCRIPT_DIR")"

if [[ -L "$ROOT/current" ]]; then
rm current
rm "$ROOT/current"
fi

ln -s "$1" "$ROOT/current"
Expand Down

0 comments on commit aef91ba

Please sign in to comment.