Skip to content

Commit 8678799

Browse files
committed
void-updates: fix current symlink
1 parent a8850f4 commit 8678799

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

void-updates.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ create_summary() {
7171

7272
make_current() {
7373
ln -sf $dest.txt $out/$name.txt
74-
ln -sf $dest $out/$name
74+
ln -sfn $dest $out/$name
7575
}
7676

7777
while getopts "p:r:s:o:" opt; do

0 commit comments

Comments
 (0)