Skip to content

Commit

Permalink
fix(init): bad import
Browse files Browse the repository at this point in the history
  • Loading branch information
thomvaill committed Jan 20, 2021
1 parent 6d2e0ec commit e3b74be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/init/src/commands/InitCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import path from "path";
import moment from "moment-timezone";
import type { AppConsole } from "@log4brains/cli-common";
import { FailureExit } from "@log4brains/cli-common";
import { replaceAllInFile } from "@src/utils";
import { replaceAllInFile } from "../utils";

const assetsPath = path.resolve(path.join(__dirname, "../../assets"));
const docLink = "https://github.com/thomvaill/log4brains";
Expand Down

0 comments on commit e3b74be

Please sign in to comment.