Skip to content

Commit 7978d77

Browse files
Merge pull request #975 from pranshuchittora/chore-typo
chore(utils): Fix path in scaffold util
2 parents ba471f8 + bd5c1ce commit 7978d77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utils/scaffold.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import chalk from "chalk";
22
import * as j from "jscodeshift";
33
import pEachSeries = require("p-each-series");
44
import * as path from "path";
5-
import { getPackageManager } from ".//package-manager";
5+
import { getPackageManager } from "./package-manager";
66

77
import { findProjectRoot } from "./path-utils";
88

0 commit comments

Comments
 (0)