Skip to content

Commit 05174f1

Browse files
AndrewLaneRafael Santos
authored andcommitted
Fix typo in logging for commander parseConfigFile (parse-community#2352)
1 parent 2b714c1 commit 05174f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/utils/commander.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ function parseConfigFile(program) {
8686
options[key] = action(value);
8787
}
8888
})
89-
console.log(`Configuation loaded from ${jsonPath}`)
89+
console.log(`Configuration loaded from ${jsonPath}`)
9090
}
9191
return options;
9292
}

0 commit comments

Comments
 (0)