Skip to content

Commit

Permalink
CHANGED: code fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Siekmann committed Nov 25, 2020
1 parent 65c5da5 commit cb77aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/observatory_tls/observatory_tls.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ var manager = hooks.Manager{
ScanID: 0, // scanID
Errors: []hooks.InternalMessage{}, //errors
FirstScan: false, //hasn't started first scan
LoggingTag: "observatorytls"
LoggingTag: "observatorytls",
}

// Config contains the configurable Values for this scan
Expand Down

0 comments on commit cb77aae

Please sign in to comment.