From f567b620cd4e7418be586fae1cf42c8e8351ab0b Mon Sep 17 00:00:00 2001 From: Nikolay Govorov Date: Mon, 24 Aug 2026 03:34:02 +0100 Subject: Rename infra -> platform --- mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mise.toml b/mise.toml index b1d7610..58fe70a 100644 --- a/mise.toml +++ b/mise.toml @@ -13,5 +13,5 @@ shellcheck = "0.11.0" [task_config] dir = "{{cwd}}" includes = [ - "git::https://github.com/dimidiumlabs/infra.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8", + "git::https://github.com/dimidiumlabs/platform.git//tasks?ref=8bc35fe8be889c50db2d1fb4425cc1b4097dc6b8", ] -- Gilti