diff options
Diffstat (limited to 'create-repo')
-rwxr-xr-x | create-repo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-repo b/create-repo index ae49ffa..7905a0a 100755 --- a/create-repo +++ b/create-repo @@ -15,7 +15,7 @@ fi for 'platform' in "${PLATFORMS[@]}"; do case $1 in - --platform|-platform|platform|-p) + --platform|-platform|-p) _repos=($@) && unset _repos[0] _repos[1] if [ "$2" == "${platform}" ]; then |