Merge pull request #113 from emersonmx/fix-args

Fix read only error
This commit is contained in:
Denis Isidoro 2019-10-04 21:53:57 -03:00 committed by GitHub
commit 13ddc7c226
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
ui::pick() {
local -r autoselect="$(dict::get "$OPTIONS" autoselect)"
local args=()
declare -a args
args+=("--height")
args+=("100%")
if ${autoselect:-false}; then