Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: Mani Marothu <[email protected]>
  • Loading branch information
mani-marothu-scf-guest committed Sep 24, 2024
1 parent ab161e7 commit ff86dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/backend/src/plugins/scaffolder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit ff86dd4

Please sign in to comment.