Skip to content

Commit 18b7893

Browse files
quick fix for lost args (#1391)
Co-authored-by: William French <wfrench@google.com>
1 parent bc23ee2 commit 18b7893

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

samples/build-single.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [[ $? -eq 0 ]]; then
2626
echo "Found 'callback'. Please replace with a more modern pattern for loading Maps JS."
2727
exit 1
2828
fi
29-
grep
29+
grep "${html_script_src_grep_options[@]}"
3030
if [[ $? -eq 0 ]]; then
3131
grep "${html_script_src_grep_options[@]}" | grep "loading=async"
3232
if [[ $? -ne 0 ]]; then

0 commit comments

Comments
 (0)