mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
gitUpdater: fix variable default value
This commit is contained in:
parent
19a4717846
commit
0b9c39e819
@ -31,7 +31,7 @@ while (( $# > 0 )); do
|
||||
done
|
||||
|
||||
if [[ -z "$pname" ]]; then
|
||||
pname="$UPDATE_NIX_NAME"
|
||||
pname="$UPDATE_NIX_PNAME"
|
||||
fi
|
||||
|
||||
if [[ -z "$attr_path" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user