Skip to content

Commit

Permalink
actually fix it
Browse files Browse the repository at this point in the history
  • Loading branch information
simskij committed Dec 7, 2020
1 parent f697870 commit 023919e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/flags/flags.go
Expand Up @@ -300,7 +300,7 @@ Should only be used for testing.`)

// SetDefaults provides default values for environment variables
func SetDefaults() {
day := time.Hour * 24 / time.Second
day := time.Hour * 24
viper.AutomaticEnv()
viper.SetDefault("DOCKER_HOST", "unix:///var/run/docker.sock")
viper.SetDefault("DOCKER_API_VERSION", DockerAPIMinVersion)
Expand Down

0 comments on commit 023919e

Please sign in to comment.