mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 11:35:51 +00:00
spelling fix (#708)
This commit is contained in:
parent
1297bedbc7
commit
17105ab93e
1 changed files with 1 additions and 1 deletions
|
@ -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=("$@")
|
||||
|
||||
|
|
Loading…
Reference in a new issue