Skip to content

Commit

Permalink
Update the template repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
elizabethengelman committed Jan 3, 2024
1 parent 2d8d262 commit 7c2a35f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-cli/src/commands/init.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 7c2a35f

Please sign in to comment.