Fixed wrong flake template name

This commit is contained in:
Luis-Hebendanz
2023-08-05 14:15:56 +02:00
parent 4ec7e13e96
commit 057e6cd03b

View File

@@ -13,7 +13,7 @@ def create(args: argparse.Namespace) -> None:
"flake", "flake",
"init", "init",
"-t", "-t",
"git+https://git.clan.lol/clan/clan-core#clan-template", "git+https://git.clan.lol/clan/clan-core#new-clan",
] ]
) )