Forgot to push on other computer (fixed variable setting)

This commit is contained in:
Tristan Ancelet 2023-12-06 11:28:04 -06:00
parent b22dcd6831
commit 6cf389acdd

View File

@ -19,7 +19,7 @@ get_disks () {
get_choices () {
local PROMPT="$1"
shift
local -n OUTPUT_VAR="$2"
local -n OUTPUT_VAR="$1"
shift
local -a OPTIONS=( $@ )