Fix erroneous dry run message when generating configs
This commit is contained in:
parent
65fe20c41a
commit
4899b234b4
@ -553,11 +553,11 @@ main() {
|
|||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
[ -n "$_dryrun" ] && log "Performing a dry run"
|
|
||||||
step_check
|
step_check
|
||||||
if [ -n "$_generate" ]; then
|
if [ -n "$_generate" ]; then
|
||||||
step_generate
|
step_generate
|
||||||
else
|
else
|
||||||
|
[ -n "$_dryrun" ] && log "Performing a dry run"
|
||||||
step_preexecute
|
step_preexecute
|
||||||
step_execute
|
step_execute
|
||||||
step_postexecute
|
step_postexecute
|
||||||
|
Loading…
Reference in New Issue
Block a user