Skip to content

Commit

Permalink
Merge pull request #10 from daniel-shuy/patch-1
Browse files Browse the repository at this point in the history
Fix --format argument
  • Loading branch information
matthewdevenny committed Nov 9, 2023
2 parents d9d6c0a + 89c3c83 commit b9599fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config-merge.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ for (let arg of args) {
else if (arg == "-a" || arg == "--array") {
setFlag = "a"
}
else if (arg == "-f" || arg == "--foramt") {
else if (arg == "-f" || arg == "--format") {
setFlag = "f"
}
else {
Expand Down

0 comments on commit b9599fb

Please sign in to comment.