diff options
| author | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-26 21:02:48 +0100 |
|---|---|---|
| committer | Daniel Gavin <danielgavin5@hotmail.com> | 2021-12-26 21:02:48 +0100 |
| commit | 46a1cf3b14dc59cccbda6592fe5ab3a93a0e17d0 (patch) | |
| tree | 8eb003339e4464e758480cde75099258c02aec8b /src/server | |
| parent | c2ae4fa39744087ca34f6201dcf0e5707eb2758d (diff) | |
typo
Diffstat (limited to 'src/server')
| -rw-r--r-- | src/server/check.odin | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/check.odin b/src/server/check.odin index f38307c..9376b4f 100644 --- a/src/server/check.odin +++ b/src/server/check.odin @@ -41,7 +41,7 @@ when ODIN_OS == "windows" { if common.config.odin_command != "" { command = common.config.odin_command; } else { - command = "aodin"; + command = "odin"; } if code, ok, buffer = common.run_executable(fmt.tprintf("%v check %s %s -no-entry-point", path.dir(uri.path, context.temp_allocator), strings.to_string(collection_builder)), &data); !ok { |