mirror of
https://github.com/projectdiscovery/nuclei.git
synced 2025-12-24 06:05:28 +00:00
Change "Operative System" to "Operating System" (#3400)
This commit is contained in:
parent
572c8eb780
commit
62bc659914
@ -17,7 +17,7 @@ func DoHealthCheck(options *types.Options) string {
|
|||||||
// RW permissions on config file
|
// RW permissions on config file
|
||||||
var test strings.Builder
|
var test strings.Builder
|
||||||
test.WriteString(fmt.Sprintf("Version: %s\n", config.Version))
|
test.WriteString(fmt.Sprintf("Version: %s\n", config.Version))
|
||||||
test.WriteString(fmt.Sprintf("Operative System: %s\n", runtime.GOOS))
|
test.WriteString(fmt.Sprintf("Operating System: %s\n", runtime.GOOS))
|
||||||
test.WriteString(fmt.Sprintf("Architecture: %s\n", runtime.GOARCH))
|
test.WriteString(fmt.Sprintf("Architecture: %s\n", runtime.GOARCH))
|
||||||
test.WriteString(fmt.Sprintf("Go Version: %s\n", runtime.Version()))
|
test.WriteString(fmt.Sprintf("Go Version: %s\n", runtime.Version()))
|
||||||
test.WriteString(fmt.Sprintf("Compiler: %s\n", runtime.Compiler))
|
test.WriteString(fmt.Sprintf("Compiler: %s\n", runtime.Compiler))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user