fixed typo

Signed-off-by: Mani Marothu <mmaroth@amazon.com>
This commit is contained in:
Mani Marothu 2024-09-23 17:33:24 -07:00
parent ab161e786e
commit ff86dd49c2

View file

@ -11,7 +11,7 @@ import { getRootLogger } from '@backstage/backend-common';
import { createKubernetesApply } from './k8s-apply';
import { createSanitizeResource } from './sanitize';
import { createVerifyDependency } from './verify';
import { createHttpRequest } from './http-request'
import { createHttpRequest } from './http-request';
export const cnoeScaffolderActions = createBackendModule({
pluginId: 'scaffolder',