Skip to content

Commit

Permalink
interpolate properly (#5665)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvin-huang authored Apr 15, 2019
1 parent 0015326 commit ffc5c33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/scripts/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ if [ -z "$NO_REDIRECTS" ] || [ ! test -f $REDIRECTS_FILE ]; then
# Read fields
IFS=" " read -ra parts <<<"$line"
fields+=("${parts[@]}")
done < REDIRECTS_FILE
done < $REDIRECTS_FILE

# Check we have pairs
if [ $((${#fields[@]} % 2)) -ne 0 ]; then
Expand Down

0 comments on commit ffc5c33

Please sign in to comment.