Skip to content

Commit

Permalink
Patch previous commit
Browse files Browse the repository at this point in the history
invalid reference
  • Loading branch information
ItsIgnacioPortal committed Dec 23, 2021
1 parent c395ed7 commit 7c21902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions analyticsrelationships.go
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,9 @@ func main() {
url := flag.String("url", "", "URL to extract Google Analytics ID")
flag.Parse()
banner()
if *url != "" {
start(*url)
if url != "" {
//start main processing
start(url)
} else {
//read from standard input (stdin)

Expand Down

0 comments on commit 7c21902

Please sign in to comment.