From a309a7b3136be8fa2bb5ccb6f65a7ef2321706ea Mon Sep 17 00:00:00 2001 From: Greg Elin Date: Tue, 19 Aug 2014 11:19:23 -0400 Subject: [PATCH] correct unbound variable --- govready | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/govready b/govready index 64bb74d..fb949b3 100644 --- a/govready +++ b/govready @@ -136,7 +136,7 @@ _process_1_args() { "install_ssg") _install_ssg ;; "install_epel") _install_epel ;; "profiles") _govoscap_info ;; - "scan") _govoscap "${BASELINE}" ;; + "scan") _govoscap "${PROFILE}" ;; *) _usage; exit ;; esac }