Skip to content

Commit dae3d46

Browse files
committed
Flip improperly built link arguments
1 parent a37f54c commit dae3d46

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

void-updates.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,8 +140,8 @@ create_heading() {
140140
}
141141

142142
make_current() {
143-
ln -sf $dest.txt $name.txt
144-
ln -sfn $dest $name
143+
ln -sf $name.txt $dest.txt
144+
ln -sfn $name $dest
145145
}
146146

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

0 commit comments

Comments
 (0)