Skip to content

Commit 2fc0fdb

Browse files
authored
Update seed_permissions.cfc
fix quotes
1 parent f77f026 commit 2fc0fdb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/contentbox/migrations/init/seed_permissions.cfc

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ component {
196196
.from( "cb_permission" )
197197
.insert( perms );
198198

199-
systemOutput( ""Permission"s seeded", true );
199+
systemOutput( ""Permission's seeded", true );
200200
}
201201
202202
}

0 commit comments

Comments
 (0)