From bc43c0120c21d9060e048403f6be28d050423fa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20Gro=C3=9Fmann?= Date: Mon, 22 May 2023 23:33:45 +0900 Subject: [PATCH] fix: misspelled config option --- default/devshell.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default/devshell.toml b/default/devshell.toml index 071f49b..f3ffef1 100644 --- a/default/devshell.toml +++ b/default/devshell.toml @@ -10,7 +10,7 @@ packages = [ name = "lol" value = "lel" -[[command]] +[[commands]] name = "test" help = "very helpful" command = "echo lul"