Merge pull request #924 from hangyan/hangyan-patch-2

Remove unneeded TODO comment
This commit is contained in:
Charlie Drage 2018-02-06 11:09:27 -05:00 committed by GitHub
commit 3eb991d789
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
// 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 {