Skip to content

Commit

Permalink
change single quote to double for GString interpolation
Browse files Browse the repository at this point in the history
  • Loading branch information
recursivecodes committed Jan 10, 2019
1 parent c25d5cd commit b17c14e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/codes/recursive/PolicyGenerator.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ class OciPolicyGenerator {

OciPolicyGenerator() {
addShutdownHook {
if( !policyGenerated ) println '${NEW_LINE}Leaving so soon????'
if( !policyGenerated ) println "${NEW_LINE}Leaving so soon????"
}
this.ociVersion = "oci --version".execute().text
if( !this.ociVersion ) {
Expand Down

0 comments on commit b17c14e

Please sign in to comment.