spelling fix (#708)

This commit is contained in:
Cam
2021-10-14 09:54:32 +02:00
committed by GitHub
parent 1297bedbc7
commit 17105ab93e
+1 -1
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=("$@")