diff options
author | William Wilhelm <willat8@gmail.com> | 2022-12-28 12:46:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2023-01-24 11:39:40 +0000 |
commit | 3b7bff05a80e768bff3910b9f49124636960eecd (patch) | |
tree | 78cff6e25aefcad9cb7a9c556af5c5f68cb64fe9 | |
parent | b6fe014751d0702ab6f7766933b74dbbc7dc93bf (diff) | |
download | alpine-conf-3b7bff05a80e768bff3910b9f49124636960eecd.zip |
typo: setup-apkrepos
-rw-r--r-- | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index d3270fe..94dff7e 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -233,7 +233,7 @@ fi if $add_first || $add_random || $add_fastest; then interactive=false else - interactice=true + interactive=true fi while $interactive && ! $changed; do |