Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit

Permalink
format / command
Browse files Browse the repository at this point in the history
  • Loading branch information
iMRxM7mD authored Apr 2, 2021
1 parent 698118b commit c0c73ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,17 +123,17 @@ Will prompt for confirmation when a site path is not unique.`,
}


slashCmd=&cobra.Command{
slashCmd = &cobra.Command{
Use:"/",
Example:"clone your .secman",
Run:func(cmd *cobra.Command,args []string){
if runtime.GOOS=="windows"{
shell.PWSLCmd("& $HOME/sm/secman-sync.ps1 cn")
}else{
} else {
shell.ShellCmd("secman-sync cn")
}

checker.Checker()

},
}

Expand Down

0 comments on commit c0c73ff

Please sign in to comment.