Skip to content

Commit 83de141

Browse files
authored
Add missing comma
1 parent 73de69f commit 83de141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ moduleSettings = {
6363
// The directory containing any seeds, if applicable
6464
"seedsDirectory" : "/resources/database/seeds",
6565
// A comma-delimited list of environments which are allowed to run seeds
66-
"seedEnvironments" : "development"
66+
"seedEnvironments" : "development",
6767
"properties" : {
6868
"defaultGrammar" : "BaseGrammar@qb"
6969
}

0 commit comments

Comments
 (0)