summaryrefslogtreecommitdiff
path: root/src/core/procedures/interactive
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/procedures/interactive')
-rw-r--r--src/core/procedures/interactive2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/procedures/interactive b/src/core/procedures/interactive
index c027309..52faa44 100644
--- a/src/core/procedures/interactive
+++ b/src/core/procedures/interactive
@@ -108,7 +108,7 @@ select_source_extras_menu ()
while true; do
local default=no
ask_option $default "NET (HTTP/FTP) Installation" "Make sure the network is ok and you've selected a mirror before continuing the installer" required \
- "1" "${worker_titles['runtime_network']}" \
+ "1" "${workertitles['runtime_network']}" \
"2" "Select mirror" \
"3" "Return to Main Menu" || return 1
[ "$ANSWER_OPTION" = 1 ] && execute worker runtime_network && default=2