Skip to content

Commit

Permalink
fix reversed symlink direction
Browse files Browse the repository at this point in the history
  • Loading branch information
niaow committed Nov 13, 2017
1 parent e744111 commit af9e951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alternative.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ update() {
if [ -z "$target" ]; then
fail "Nothing to provide!" 2
fi
ln -sfn "$target" "$ALTD/$provider.provider" || fail "Failed to update link $target" 2
ln -sfn "$ALTD/$provider.provider" "$target" || fail "Failed to update link $target" 2
}

# User command to manually override a provider
Expand Down

0 comments on commit af9e951

Please sign in to comment.