Skip to content

Commit

Permalink
correct variable
Browse files Browse the repository at this point in the history
  • Loading branch information
rachel-mack committed Jan 27, 2025
1 parent 116ebad commit 59d5577
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/includes/run-command.kt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ fun main() {
//end-read-preference

//start-build-info
println( db.runCommand( { buildInfo: 1 } ) );
println( database.runCommand( { buildInfo: 1 } ) );
//end-build-info
}

0 comments on commit 59d5577

Please sign in to comment.