Fixed wrong flake template name (#89)

Co-authored-by: Luis-Hebendanz <luis.nixos@gmail.com>
Reviewed-on: https://git.clan.lol/clan/clan-core/pulls/89
This commit is contained in:
Qubasa
2023-08-05 12:19:14 +00:00
parent a4b41d2278
commit 52c73265ac

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",
] ]
) )