mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
Invert boolean condition
This commit is contained in:
parent
7e0c390cfe
commit
a3f251477b
@ -401,7 +401,7 @@ initialize_or_update_repository() {
|
||||
local repository_path
|
||||
|
||||
repository_url="$(get_asdf_config_value "asdf_repository_url")"
|
||||
if [ ! -z "$repository_url" ]; then
|
||||
if [ -z "$repository_url" ]; then
|
||||
printf "No short-name plugin repository in configuration\\n" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user