Skip to content

Commit

Permalink
fix(cli): plugin installer import
Browse files Browse the repository at this point in the history
  • Loading branch information
trobonox committed Jul 21, 2024
1 parent 6d6204f commit 66cae3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/cli/src/modules/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import * as clp from '@clack/prompts';
import color from 'picocolors';

import { installDependencies } from "../utils/installDependencies";
import { installSteinPlugin } from "../installers/steinPluginInstaller";
import { installSteinPlugin } from "../installers/plugins";
import { updatePackageJSON } from "../utils/updatePackageJSON";

export const createModule = async (str: unknown, options: unknown): Promise<void> => {
Expand Down

0 comments on commit 66cae3a

Please sign in to comment.