lint: fix issues in examples (#49)
This commit is contained in:
@@ -4,7 +4,7 @@ dl() {
|
||||
url=$1
|
||||
filename=$(basename $1)
|
||||
{
|
||||
echo "// Downloaded from ${url}"
|
||||
echo "// Code generated by downloading from ${url}. DO NOT EDIT."
|
||||
echo
|
||||
curl -L ${url}
|
||||
} > ${filename}
|
||||
|
||||
Reference in New Issue
Block a user