Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
alicebob committed May 22, 2018
1 parent 24e20f6 commit 3e8d6c5
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 @@ -68,12 +68,12 @@ func main() {
if user != "" {
*username = user
}

pass := os.Getenv("AS_PASSWORD")
if pass != "" {
*password = pass
}

if *showVersion {
fmt.Printf("asprom %s\n", version)
os.Exit(0)
Expand Down

0 comments on commit 3e8d6c5

Please sign in to comment.