|
@@ -14,7 +14,7 @@ import (
|
|
)
|
|
)
|
|
|
|
|
|
const (
|
|
const (
|
|
- // ConfigFile is the name of config file
|
|
|
|
|
|
+ // ConfigFileName is the name of config file
|
|
ConfigFileName = "config.json"
|
|
ConfigFileName = "config.json"
|
|
oldConfigfile = ".dockercfg"
|
|
oldConfigfile = ".dockercfg"
|
|
|
|
|