refactor(VCS)!: moves over to sync style -- WIP/unstable
This commit is contained in:
parent
1bd862e5e0
commit
9c82ee70d4
7 changed files with 282 additions and 287 deletions
|
|
@ -76,8 +76,7 @@ func delDb(cmd *cobra.Command, args []string) error {
|
|||
if err := executeDeletion(path); err != nil {
|
||||
return err
|
||||
}
|
||||
msg := fmt.Sprintf("rm-db @%s", dbName)
|
||||
return autoCommit(store, []string{dbName}, msg)
|
||||
return autoSync()
|
||||
}
|
||||
|
||||
func executeDeletion(path string) error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue