Skip to content

Commit

Permalink
fix: changes the filename in code
Browse files Browse the repository at this point in the history
  • Loading branch information
yahu1031 committed Sep 1, 2022
1 parent c06f345 commit 38578cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/serverpod_cli/bin/util/command_line_tools.dart
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ class CommandLineTools {
/// Windows has an issue with running batch file directly without the complete path.
/// Related ticket: https://github.com/dart-lang/sdk/issues/31291
Platform.isWindows
? p.join(serverPath, 'setup-tables.bat')
? p.join(serverPath, 'setup-tables.cmd')
: './setup-tables',
[],
workingDirectory: serverPath,
Expand Down

0 comments on commit 38578cf

Please sign in to comment.