mirror of
https://github.com/denisidoro/navi
synced 2024-11-10 22:14:15 +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() {
|
ui::pick() {
|
||||||
local -r autoselect="$(dict::get "$OPTIONS" autoselect)"
|
local -r autoselect="$(dict::get "$OPTIONS" autoselect)"
|
||||||
|
|
||||||
local args=()
|
declare -a args
|
||||||
args+=("--height")
|
args+=("--height")
|
||||||
args+=("100%")
|
args+=("100%")
|
||||||
if ${autoselect:-false}; then
|
if ${autoselect:-false}; then
|
||||||
|
|
Loading…
Reference in a new issue