Skip to content

Commit

Permalink
Update m-check.go
Browse files Browse the repository at this point in the history
  • Loading branch information
jwhitt3r committed Feb 15, 2021
1 parent f11256a commit 878d25a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/m-check/m-check.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func main() {
fmt.Println("[+] Saving All Documentation Found")
err := directory.CreateDirectory(directory.GetFilePathTemplate(basepath, myRepo.Owner, myRepo.RepoName))
if err != nil {
log.Fatalf("An error occured while making a new directory: %v\n", err)
log.Fatalf("An error occurred while making a new directory: %v\n", err)
}
myRepo.FetchAndCreate(basepath, FilesDownloadURL)

Expand All @@ -102,7 +102,7 @@ func main() {

links := myRepo.ParseBatch(basepath, files)

fmt.Println("[+] Checking Connectivty Of Markdown Links")
fmt.Println("[+] Checking Connectivity Of Markdown Links")
webConnectionResponse := checker.URLCheckBatch(links)

fmt.Printf("[+] Findings Are Saved To %s/output.txt", basepath)
Expand Down

0 comments on commit 878d25a

Please sign in to comment.