fixed typo
Signed-off-by: Mani Marothu <mmaroth@amazon.com>
This commit is contained in:
parent
ab161e786e
commit
ff86dd49c2
1 changed files with 1 additions and 1 deletions
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue