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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -71,7 +71,6 @@ func loadEnvVars(envars []string) []kobject.EnvVar {
// getComposeFileDir returns compose file directory // getComposeFileDir returns compose file directory
// Assume all the docker-compose files are in the same directory // Assume all the docker-compose files are in the same directory
// TODO: fix (check if file exists)
func getComposeFileDir(inputFiles []string) (string, error) { func getComposeFileDir(inputFiles []string) (string, error) {
inputFile := inputFiles[0] inputFile := inputFiles[0]
if strings.Index(inputFile, "/") != 0 { if strings.Index(inputFile, "/") != 0 {