Skip to content

Commit

Permalink
Merge pull request denisidoro#113 from emersonmx/fix-args
Browse files Browse the repository at this point in the history
Fix read only error
  • Loading branch information
denisidoro authored Oct 5, 2019
2 parents b7c5fb8 + f2d2c6c commit 13ddc7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 13ddc7c

Please sign in to comment.