0
0
mirror of https://github.com/thegeeklab/wp-docker-buildx.git synced 2024-09-20 01:22:45 +02:00

Fix a typo

This commit is contained in:
Denis Parchenko 2016-01-20 10:13:14 +02:00
parent 0feee3b0ba
commit a9c326c469

View File

@ -142,7 +142,7 @@ func main() {
os.Exit(1) os.Exit(1)
} }
} else { } else {
fmt.Printf("A username was not specified. Assuming anoynmous publishing.\n") fmt.Printf("A username was not specified. Assuming anonymous publishing.\n")
} }
// Docker environment info // Docker environment info