Skip to content

Commit f8cb601

Browse files
committed
fix: how-redirect-manual function
1 parent b7fe7b1 commit f8cb601

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)