mirror of
https://github.com/denisidoro/navi
synced 2024-11-24 20:43:06 +00:00
Fix read only error
This commit is contained in:
parent
b7c5fb8fea
commit
f2d2c6cc57
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue