Skip to content

Commit

Permalink
build plugin import changed
Browse files Browse the repository at this point in the history
  • Loading branch information
anirudhprasad-sap committed Jul 15, 2024
1 parent b0977c3 commit a8f936d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SPDX-License-Identifier: Apache-2.0
const cds = require('@sap/cds-dk');
const { exists, path } = cds.utils

module.exports = class CapOperatorBuildPlugin extends cds.build.BuildPlugin {
module.exports = class CapOperatorBuildPlugin extends cds.build.Plugin {
static hasTask() {
return exists('chart')
}
Expand Down

0 comments on commit a8f936d

Please sign in to comment.