Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNerdyPikachu committed Apr 2, 2020
1 parent 51a6075 commit aa6e9a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,9 +169,9 @@ func main() {
url.Host = *plexHost

if *secure {
url.Scheme = "http"
} else {
url.Scheme = "https"
} else {
url.Scheme = "http"
}

request, _ := http.NewRequest(r.Method, url.String(), nil)
Expand Down

0 comments on commit aa6e9a4

Please sign in to comment.