TT#71952 Fix typo

Change-Id: I10236ed699415c4e4094d89ada245521ad131718
Reported-by: Andreas Granig <agranig@sipwise.com>
changes/26/36926/1
Guillem Jover 6 years ago
parent a9166843c2
commit 0e35daa212

@ -174,7 +174,7 @@ sub process_input {
"$input_dirname/ngcpcfg.postbuild")) {
next unless -e $postbuild;
info("Executing postbuid for $output");
info("Executing postbuild for $output");
system("bash $postbuild") == 0
or error("Execution of postbuild script '$postbuild' failed: $?");
last;

Loading…
Cancel
Save