Skip to content
This repository has been archived by the owner on Jun 5, 2024. It is now read-only.

Commit

Permalink
path to relative
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhanchik committed Sep 1, 2023
1 parent c65c7ff commit 7c34f62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/newPublicCloudProjects/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import getIdirUpn from '../../utils/getIdirUpn.js';
const prisma = new PrismaClient();

const mainFolderPath =
'/Users/okanji/Desktop/platform-services-registry-api/src/scripts/newPublicCloudProjects/project_sets';
'src/scripts/newPublicCloudProjects/project_sets';

const parseMinistryFromDisplayName = (displayName) => {
if (displayName && displayName.length > 0) {
Expand Down

0 comments on commit 7c34f62

Please sign in to comment.