diff --git a/scripts/getting-started.sh b/scripts/getting-started.sh index 352bccdf..04ec3b3b 100755 --- a/scripts/getting-started.sh +++ b/scripts/getting-started.sh @@ -34,7 +34,7 @@ clone_and_enter_template() { printf "\n✅︎ ${template}-template directory already exists. -> Entering.\n" else printf "\n↓ Let's grab the ${template} template from github.\n" - git clone --quiet https://github.com/pezkuwichain/${template}-template.git ${template}-template + git clone --quiet https://github.com/pezkuwichain/pezkuwi-sdk-${template}-template.git ${template}-template fi cd ${template}-template }