Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
x90skysn3k committed Feb 25, 2024
1 parent 521ad2b commit 97985a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/output.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ func getConResultString(con_result bool, retrying bool, delayTime time.Duration)
}

func WriteToFile(service string, content string, port int, output string) error {
var dir string = "./"
var dir string
if output != "brutespray-output" {
dir = output
} else {
Expand Down

0 comments on commit 97985a2

Please sign in to comment.