mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-19 06:35:10 +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
|
||||
key="$1"
|
||||
|
||||
case "key" in
|
||||
case "$key" in
|
||||
-h | --help)
|
||||
usage
|
||||
exit 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue