Skip to content

Commit 55eb29f

Browse files
committed
Clarify wording
1 parent 75f78ff commit 55eb29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/links.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ prune_links() {
2929
}
3030

3131
remove_links() {
32-
echo "Removing links"
32+
echo "Removing all links"
3333
find ~ -path ~/Library -prune -o -lname $DOTFILES_REPO_DIR/\* -exec rm -f {} \; -print 2>/dev/null
3434
}

0 commit comments

Comments
 (0)