From 7aabe32fb2ea7d6081f70e6f0cfb347d159279d7 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Wed, 24 Jan 2024 13:56:40 +0100 Subject: [PATCH] Fix default value --- manifest.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 342007c..d9cc98d 100644 --- a/manifest.toml +++ b/manifest.toml @@ -56,7 +56,7 @@ ram.runtime = "3G" type = "select" choices.github = "Github" choices.gitlab = "GitLab" - default = "GitHub" + default = "github" optional = true [install.forge_username]