gitUpdater: fix variable default value

This commit is contained in:
José Romildo 2022-09-30 10:04:43 -03:00
parent 19a4717846
commit 0b9c39e819

View File

@ -31,7 +31,7 @@ while (( $# > 0 )); do
done done
if [[ -z "$pname" ]]; then if [[ -z "$pname" ]]; then
pname="$UPDATE_NIX_NAME" pname="$UPDATE_NIX_PNAME"
fi fi
if [[ -z "$attr_path" ]]; then if [[ -z "$attr_path" ]]; then