mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-22 15:42:20 +03:00
Fix default value for argument.
This commit is contained in:
parent
81c4ba8b24
commit
e3dd4493c1
@ -84,7 +84,7 @@ which_is_the_newest_version() {
|
||||
main() {
|
||||
# init vars
|
||||
crates_api_root_url="https://crates.io/api/v1/crates"
|
||||
arg="$1"
|
||||
arg="${1:-}"
|
||||
check_args "${arg}"
|
||||
updated_count=0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user