forked from LaconicNetwork/kompose
Remove unneeded TODO comment
This commit is contained in:
parent
c339ebcbf1
commit
2b135cfe58
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user