From 7c2a35f52d59cfbc6efbdbe398fb44cb4e146aad Mon Sep 17 00:00:00 2001 From: Elizabeth Engelman <4752801+elizabethengelman@users.noreply.github.com> Date: Wed, 3 Jan 2024 16:32:05 -0500 Subject: [PATCH] Update the template repo url --- cmd/soroban-cli/src/commands/init.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/soroban-cli/src/commands/init.rs b/cmd/soroban-cli/src/commands/init.rs index 881217dbc5..4f69d13db0 100644 --- a/cmd/soroban-cli/src/commands/init.rs +++ b/cmd/soroban-cli/src/commands/init.rs @@ -90,7 +90,7 @@ pub enum Error { TomlParseError(#[from] TomlError), } -const TEMPLATE_URL: &str = "https://github.com/AhaLabs/soroban-tutorial-project.git"; +const TEMPLATE_URL: &str = "https://github.com/AhaLabs/soroban-init-template.git"; const SOROBAN_EXAMPLES_URL: &str = "https://github.com/stellar/soroban-examples.git"; impl Cmd {