forked from LaconicNetwork/kompose
Merge pull request #924 from hangyan/hangyan-patch-2
Remove unneeded TODO comment
This commit is contained in:
commit
3eb991d789
@ -71,7 +71,6 @@ func loadEnvVars(envars []string) []kobject.EnvVar {
|
||||
|
||||
// getComposeFileDir returns compose file directory
|
||||
// Assume all the docker-compose files are in the same directory
|
||||
// TODO: fix (check if file exists)
|
||||
func getComposeFileDir(inputFiles []string) (string, error) {
|
||||
inputFile := inputFiles[0]
|
||||
if strings.Index(inputFile, "/") != 0 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user