Skip to content

Commit 3ddb05e

Browse files
chore: renamed and restruct
1 parent 541bffa commit 3ddb05e

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

cmd/apply.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import (
66
"github.com/RohitRavindra-dev/devlocal/internal/filesystem"
77
"github.com/spf13/cobra"
88

9-
"github.com/RohitRavindra-dev/devlocal/internal/orchestration/apply"
9+
"github.com/RohitRavindra-dev/devlocal/internal/service/apply"
1010
)
1111

1212
var applyCmd = &cobra.Command{

internal/orchestration/apply/overlooking.go

Lines changed: 0 additions & 5 deletions
This file was deleted.

internal/orchestration/apply/mastermind.go renamed to internal/service/apply/applicator.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@ func Run() error {
3636
return overlookErr
3737
}
3838

39+
// TODO: apply patches
40+
3941
return nil
4042
}

0 commit comments

Comments
 (0)