mirror of
https://github.com/docker/compose.git
synced 2025-04-08 17:05:13 +02:00
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…
x
Reference in New Issue
Block a user