mirror of https://github.com/docker/compose.git
Add missing return value for filename check
Oh my, how embarrassing.
This commit is contained in:
parent
1d18d747a5
commit
239da2ef69
|
@ -69,4 +69,4 @@ If it's at a non-standard location, specify the URL with the DOCKER_HOST environ
|
|||
|
||||
return os.path.join(self.base_dir, 'fig.yaml')
|
||||
else:
|
||||
os.path.join(self.base_dir, 'fig.yml')
|
||||
return os.path.join(self.base_dir, 'fig.yml')
|
||||
|
|
Loading…
Reference in New Issue