Skip to content

Commit

Permalink
Revert "Corrected typo in function name"
Browse files Browse the repository at this point in the history
This reverts commit 8749369.
  • Loading branch information
xtonousou committed Feb 19, 2017
1 parent cb91e75 commit 9ebdeec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions airgeddon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9671,7 +9671,7 @@ function explore_for_wps_targets_option() {
echo
if ! grep -qe "${interface}" <(echo "${!wash_ifaces_already_set[@]}"); then
language_strings "${language}" 353 "blue"
set_wash_parameterization
set_wash_parametrization
language_strings "${language}" 354 "yellow"
else
language_strings "${language}" 355 "blue"
Expand Down Expand Up @@ -9921,7 +9921,7 @@ function select_target() {
}

#Perform a test to determine if fcs parameter is needed on wash scanning
function set_wash_parameterization() {
function set_wash_parametrization() {

debug_print_function_and_parameters

Expand Down

0 comments on commit 9ebdeec

Please sign in to comment.