Skip to content

Commit

Permalink
God, whyyyyyy!
Browse files Browse the repository at this point in the history
  • Loading branch information
iTzSharkSV committed Jan 27, 2022
1 parent 1d006ab commit be3a4fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lib/Init/Tasks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export async function copyTemplateFiles(
Template: string,
overWriteFiles?: boolean
): Promise<void> {
const templateDir: string = join(__dirname, '../../Templates', Template)
const templateDir: string = join(__dirname, '../../../Templates', Template)

ncp(
templateDir,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@sharksv/hyper",
"description": "A CLI to bootstrap new projects!",
"version": "2.2.1",
"version": "2.2.3",
"keywords": [
"Cli",
"Hyper",
Expand Down

0 comments on commit be3a4fe

Please sign in to comment.