mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00
gitUpdater: fix variable default value
This commit is contained in:
parent
19a4717846
commit
0b9c39e819
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue