File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ package file
19
19
import (
20
20
"context"
21
21
"fmt"
22
- "github.com/chaosblade-io/chaosblade-exec-os/exec"
23
- "github.com/chaosblade-io/chaosblade-spec-go/log"
24
- "github.com/chaosblade-io/chaosblade-spec-go/spec"
25
22
"path"
26
23
24
+ "github.com/chaosblade-io/chaosblade-exec-os/exec"
27
25
"github.com/chaosblade-io/chaosblade-exec-os/exec/category"
26
+ "github.com/chaosblade-io/chaosblade-spec-go/log"
27
+ "github.com/chaosblade-io/chaosblade-spec-go/spec"
28
28
)
29
29
30
30
const (
@@ -95,7 +95,7 @@ type FileMoveActionExecutor struct {
95
95
}
96
96
97
97
func (* FileMoveActionExecutor ) Name () string {
98
- return "chmod "
98
+ return "move "
99
99
}
100
100
101
101
func (f * FileMoveActionExecutor ) Exec (uid string , ctx context.Context , model * spec.ExpModel ) * spec.Response {
You can’t perform that action at this time.
0 commit comments