From 46a1cf3b14dc59cccbda6592fe5ab3a93a0e17d0 Mon Sep 17 00:00:00 2001 From: Daniel Gavin Date: Sun, 26 Dec 2021 21:02:48 +0100 Subject: typo --- src/server/check.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/check.odin') 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 { -- cgit v1.2.3