Skip to content

Commit 39d550d

Browse files
authored
Update main.go
1 parent 3a4b54f commit 39d550d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func WriteConfig() {
9696
"test": ScriptType{
9797
Type: "sync",
9898
Command: map[string]string{
99-
"echo_aaa": "echo",
99+
"echo_aaa": "echo aaa",
100100
},
101101
},
102102
},
@@ -231,4 +231,4 @@ func main() {
231231
if err != nil {
232232
log.Fatalln("Internal error")
233233
}
234-
}
234+
}

0 commit comments

Comments
 (0)