Skip to content

Commit 19b1c81

Browse files
authored
Merge pull request #36 from ocsigen/fix-how
Small fix in how.sh
2 parents 8e480b1 + f8cb601 commit 19b1c81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ how-redirect-manual() {
2121
mkdir -p "$dir"
2222
cd "$HOW_OUT/$1/manual"
2323
find . -type f | while read -r f; do
24-
make-redir "../../$1/manual/$f" "$dir/$f"
24+
how-redirect "../../$1/manual/$f" "$dir/$f"
2525
done
2626
cd - 2>&1 >/dev/null
2727
}

0 commit comments

Comments
 (0)