Skip to content

Commit

Permalink
Merge pull request #2283 from amazeeio/harbor-sync-fix
Browse files Browse the repository at this point in the history
fix harborSync
  • Loading branch information
Schnitzel authored Oct 23, 2020
2 parents 2560220 + d9f72e0 commit f066ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/api/src/migrations/2-harbor/harborSync.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import * as R from 'ramda';
import { logger } from '@lagoon/commons/src/local-logging';
import { logger } from '@lagoon/commons/dist/local-logging';
import { getSqlClient } from '../../clients/sqlClient';
import { createHarborOperations } from '../../resources/project/harborSetup';
import { Helpers as projectHelpers } from '../../resources/project/helpers';
Expand Down

0 comments on commit f066ab5

Please sign in to comment.