Skip to content

Commit 5348056

Browse files
committed
FIx: Typo in comments [ci skip]
1 parent 831fdd1 commit 5348056

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dub.sdl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ configuration "library" {
1919
excludedSourceFiles "source/app.d"
2020
}
2121

22-
// Do not use this. Use "run-tests" insetad.
22+
// Do not use this. Use "run_tests" insetad.
2323
configuration "unittest" {
2424
excludedSourceFiles "source/app.d"
2525
preBuildCommands \
26-
"echo \"ERROR: Don't use 'dub test' to test mysql-native. Use 'run-tests' instead.\"" \
26+
"echo \"ERROR: Don't use 'dub test' to test mysql-native. Use 'run_tests' instead.\"" \
2727
"echo Bailing..." \
2828
"mkdir" // Generate error to halt build
2929
}

0 commit comments

Comments
 (0)