Skip to content

Commit

Permalink
Fix read only error
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonmx committed Oct 4, 2019
1 parent b7c5fb8 commit f2d2c6c
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 f2d2c6c

Please sign in to comment.