Skip to content

Commit 2d655cb

Browse files
committed
fix: cluster operations pkg path
1 parent 503ef5a commit 2d655cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/suse-ai-rancher-ext/services/app-collection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { getClusterContext } from 'utils/cluster-operations';
1+
import { getClusterContext } from '../utils/cluster-operations';
22
import { log as logger } from '../utils/logger';
33

44
export type PackagingFormat = 'HELM_CHART' | 'CONTAINER';

pkg/suse-ai-rancher-ext/services/rancher-apps.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import type {
4141
ServiceAccount,
4242
isRancherError
4343
} from '../types/rancher-types';
44-
import { getClusterContext } from 'utils/cluster-operations';
44+
import { getClusterContext } from '../utils/cluster-operations';
4545

4646
export interface ChartRef {
4747
repoName: string; // ClusterRepo metadata.name

0 commit comments

Comments
 (0)