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

Commit

Permalink
finish from fetch command
Browse files Browse the repository at this point in the history
  • Loading branch information
abdfnx committed Feb 21, 2021
1 parent f2a9bea commit 4ddedfb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions core/core.go
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,7 @@ one group or all sites that contain a certain word in the group or name.`,
)

func init() {
RootCmd.AddCommand(fetchCmd)
RootCmd.AddCommand(findCmd)
RootCmd.AddCommand(generateCmd)
RootCmd.AddCommand(initCmd)
Expand Down
2 changes: 1 addition & 1 deletion fetch/fetch.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"time"
)

func Checker() {
func FetchSECDIR() {
s := spinner.New(spinner.CharSets[36], 100*time.Millisecond)
s.Suffix = " Fetching..."
s.Start()
Expand Down
4 changes: 2 additions & 2 deletions secman.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"version": "5.1.21",
"version": "5.2.0",
"architecture": {
"64bit": {
"url": "https://github.com/secman-team/secman/releases/download/v5.1.21/secman_windows_v5.1.21_x64.rar",
"url": "https://github.com/secman-team/secman/releases/download/v5.2.0/secman_windows_v5.2.0_x64.rar",
"bin": [
"core/secman.exe",
"core/secman-sync.exe",
Expand Down

0 comments on commit 4ddedfb

Please sign in to comment.