spelling fix (#708)

This commit is contained in:
Cam 2021-10-14 03:54:32 -04:00 committed by GitHub
parent 1297bedbc7
commit 17105ab93e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Expand the arguments into an array of strings. This is requires because the GitHub action # Expand the arguments into an array of strings. This is required because the GitHub action
# provides all arguments concatenated as a single string. # provides all arguments concatenated as a single string.
ARGS=("$@") ARGS=("$@")