Skip to content

Commit eff7f85

Browse files
Itai GendlerItai Gendler
authored andcommitted
Move workflow root command into workflows directory
1 parent 33aaad2 commit eff7f85

File tree

4 files changed

+3
-3
lines changed

4 files changed

+3
-3
lines changed

lib/interface/cli/commands/root/install-chart.cmd.js renamed to lib/interface/cli/commands/pipeline/dynamic/install-chart.cmd.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
const Command = require('../../Command');
1+
const Command = require('../../../Command');
22
const {
33
installChart,
4-
} = require('./../../../../logic/api/helm');
5-
const { printError } = require('./../../helpers/general');
4+
} = require('./../../../../../logic/api/helm');
5+
const { printError } = require('./../../../helpers/general');
66

77
const install = new Command({
88
root: true,

0 commit comments

Comments
 (0)