diff --git a/exploits.go b/exploits.go index 5d4f8a6..209f746 100644 --- a/exploits.go +++ b/exploits.go @@ -187,9 +187,11 @@ func initCommand(inputFile string, mode string) { fmt.Println("completed task.") os.Remove(out) + } else if inputFile == "no input file provided" { + return + } else { - if inputFile == "no input file provided" { - return - } - } + fmt.Println("incompatible input file") + + } }