From 1011552725b9c6862f645f90b65d0775ddc4ead6 Mon Sep 17 00:00:00 2001 From: Rezart Qelibari Date: Sun, 13 Feb 2022 23:23:49 +0100 Subject: [PATCH] Fix misspelled lop command --- install.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/install.sh b/install.sh index 474f010..e5301ad 100755 --- a/install.sh +++ b/install.sh @@ -97,13 +97,13 @@ function parseQuestionLine() { } function populateQuestionsWithModuleRequiredInformation() { - log debug "Asking ${mod} for required information" + lop debug "Asking ${mod} for required information" for line in "${(f)$(runModule "${mod}" show-questions)}"; do - log debug "Says line: ${line}" + lop debug "Says line: ${line}" parseQuestionLine - log debug "Parsing question returned status: $?" + lop debug "Parsing question returned status: $?" done - log debug "Parsed questions are: ${(kv)questions}" + lop debug "Parsed questions are: ${(kv)questions}" } function findQuestionArgInInstruction() {