Skip to content

Commit 59d5577

Browse files
committed
correct variable
1 parent 116ebad commit 59d5577

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/includes/run-command.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ fun main() {
1818
//end-read-preference
1919

2020
//start-build-info
21-
println( db.runCommand( { buildInfo: 1 } ) );
21+
println( database.runCommand( { buildInfo: 1 } ) );
2222
//end-build-info
2323
}

0 commit comments

Comments
 (0)