mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-22 15:55:09 +00:00
one small typo screwed everything
This commit is contained in:
parent
48e98086f3
commit
c5daea64ad
1 changed files with 1 additions and 1 deletions
2
dbench
2
dbench
|
|
@ -48,7 +48,7 @@ positional=()
|
||||||
while [[ $# -gt 0 ]]; do
|
while [[ $# -gt 0 ]]; do
|
||||||
key="$1"
|
key="$1"
|
||||||
|
|
||||||
case "key" in
|
case "$key" in
|
||||||
-h | --help)
|
-h | --help)
|
||||||
usage
|
usage
|
||||||
exit 0
|
exit 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue