Skip to content

Commit

Permalink
Update main.go
Browse files Browse the repository at this point in the history
  • Loading branch information
devanshbatham committed Aug 24, 2023
1 parent a246db0 commit 669772e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,14 @@ func main() {
if !*quietPtr {
// Print tool banner
log.Print(`
__ __
/ / ___ ___ ___/ /__ _______ _ _____
/ _ \/ -_) _ \/ _ / -_) __/ _ \ |/|/ / _ \
/_//_/\__/\_,_/\_,_/\__/_/ / .__/__,__/_//_/
/_/
`)
/_/
`)
}

if *urlPtr == "" {
Expand Down

0 comments on commit 669772e

Please sign in to comment.