From aba0eeeffec4b0f7cbf7364127cc0ed962ba08f2 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Sat, 22 Feb 2025 10:02:55 +0000 Subject: [PATCH] Add flyctl to mise tools --- mise.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/mise.toml b/mise.toml index c4846f6b..4d388bf8 100644 --- a/mise.toml +++ b/mise.toml @@ -5,6 +5,7 @@ OPENAI_KEY = 'change-me' [tools] hurl = 'latest' +flyctl = 'latest' [tasks.npm-install] run = 'npm install'