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:
Bruno BELANYI 2021-04-27 16:43:44 +00:00
parent 0ec56784e9
commit 2fac46b606

View file

@ -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)