spelling fix (#708)

This commit is contained in:
Cam
2021-10-14 03:54:32 -04:00
committed by GitHub
parent 1297bedbc7
commit 17105ab93e

View File

@@ -1,6 +1,6 @@
#!/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.
ARGS=("$@")