Skip to content

Commit 8113313

Browse files
Merge pull request #232 from moebrowne
Syntax Errors In Generated JSON Config
2 parents 40b1f7c + 1345529 commit 8113313

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Configuration/Generator.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ final class Generator
5454
"options": {
5555
"__FIXME__": "__FIXME__"
5656
}
57-
}
57+
},
5858
"target": {
5959
"dirname": "__FIXME__",
60-
"filename": "backup-%Y%m%d-%H%i"
60+
"filename": "backup-%Y%m%d-%H%i",
6161
"compress": "bzip2"
6262
}
6363
}

0 commit comments

Comments
 (0)