pkgs: diff-flake: fix '--flake-output' handling
I'm surprised that `shellcheck` did not pick up this error, `INPUTS` was leftover from the previous name of the variable before a refactor...
This commit is contained in:
parent
0ec56784e9
commit
2fac46b606
|
@ -53,7 +53,7 @@ parse_args() {
|
||||||
exit
|
exit
|
||||||
;;
|
;;
|
||||||
-f|--flake-output)
|
-f|--flake-output)
|
||||||
INPUTS+="$1"
|
FLAKE_OUTPUTS+=("$1")
|
||||||
shift
|
shift
|
||||||
;;
|
;;
|
||||||
-o|--output)
|
-o|--output)
|
||||||
|
|
Loading…
Reference in a new issue