Skip to content

Commit 39195a2

Browse files
committed
folder rename
1 parent 661527f commit 39195a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/export-migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import Case from 'case';
66
import { exportMeta } from './export-meta';
77
import { getPgPool } from 'pg-cache';
88
import { LaunchQLOptions } from '@launchql/types';
9-
import { SqitchRow, writeSqitchFiles, writeSqitchPlan } from './sqitch/utils';
9+
import { SqitchRow, writeSqitchFiles, writeSqitchPlan } from './projects/utils';
1010
import { LaunchQLProject } from './class/launchql';
1111

1212
interface ExportMigrationsToDiskOptions {

0 commit comments

Comments
 (0)