1
0
mirror of https://github.com/securego/gosec.git synced 2025-02-05 13:04:47 +02:00

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
# 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=("$@")