Skip to content

Commit

Permalink
Use ' quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
James M. Greene authored and James M. Greene committed Jun 29, 2022
1 parent 592edb0 commit ad72956
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config-parser.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ConfigParser {
validate() {
if (!this.config) {
core.info(`original raw configuration was invalid:\n${this.config}`)
core.info(`Generating a default configuration to start from...`)
core.info('Generating a default configuration to start from...')

// Update the `config` property with a default configuration file
this.config = this.generateConfigFile()
Expand Down

0 comments on commit ad72956

Please sign in to comment.