Skip to content

Commit

Permalink
use -f
Browse files Browse the repository at this point in the history
  • Loading branch information
NullVoxPopuli committed Jan 2, 2024
1 parent 2c63c5b commit f1ae42a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion update-links.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ for file in "$tests_apis"/*; do
#
# Equiv Symlink:
# ln -s $relative_file $new_file_path
ln $file $new_file_path
# -f : force, replaces existing
ln -f $file $new_file_path
fi
done

0 comments on commit f1ae42a

Please sign in to comment.