Skip to content

Commit d38e36d

Browse files
authored
Fix typo
1 parent 2259260 commit d38e36d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scrape.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
if [[ "$REPO_DESC" == http://* ]] || [[ "$REPO_DESC" == https://* ]]; then
2525
echo "./download.sh '$REPO_DESC'" >> scrape.sh
2626
else
27-
echo "# ./download.sh 'https://www.example.com/'"" >> scrape.sh
27+
echo "# ./download.sh 'https://www.example.com/'" >> scrape.sh
2828
fi
2929
chmod +x scrape.sh
3030
echo "Created scrape.sh"

0 commit comments

Comments
 (0)