Skip to content

Commit

Permalink
fix: resolved test issues
Browse files Browse the repository at this point in the history
  • Loading branch information
MathurAditya724 committed Aug 1, 2024
1 parent 6813dc3 commit 7a957e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function main() {
const spinner = createSpinner('Cloning the template').start()

await downloadTemplate(
`${config.user}/${config.repository}/${config.directory}/${templateName}#${config.ref}`,
`gh:${config.user}/${config.repository}/${config.directory}/${templateName}#${config.ref}`,
{
dir: targetDirectoryPath,
offline: false,
Expand Down

0 comments on commit 7a957e5

Please sign in to comment.