Remove unneeded TODO comment

This commit is contained in:
Hang Yan
2018-02-07 00:04:57 +08:00
committed by GitHub
parent c339ebcbf1
commit 2b135cfe58
-1
View File
@@ -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 {