small typo fix

This commit is contained in:
Carlos Alexandro Becker 2015-07-05 22:06:54 -03:00
parent fc0d37f881
commit defd4fbb77

View File

@ -34,7 +34,7 @@ import (
) )
const ( const (
DockerTLSWarning = `WARINING: Docker TLS cert or key not given, this may cause a build errors` DockerTLSWarning = `WARNING: Docker TLS cert or key not given, this may cause a build errors`
) )
var ( var (