format correction

This commit is contained in:
Hyatt 2022-04-01 21:19:33 -05:00
parent 169b391455
commit 9afa322d0b
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -78,7 +78,7 @@ pipeline {
apk add --no-cache sed apk add --no-cache sed
fi fi
""" """
}
openVPNConfig = sh( openVPNConfig = sh(
returnStdout: true, returnStdout: true,
script: """# Get OpenVPN Config script: """# Get OpenVPN Config
@ -124,6 +124,7 @@ data:
} }
} }
} }
}
stage ('Create Secret') { stage ('Create Secret') {
steps { steps {