Skip to content

Commit

Permalink
correct unbound variable
Browse files Browse the repository at this point in the history
  • Loading branch information
terwilligergreen committed Aug 19, 2014
1 parent bb1424f commit a309a7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion govready
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit a309a7b

Please sign in to comment.