mirror of
https://github.com/docker/docs.git
synced 2026-03-30 15:58:53 +07:00
Add missing return value for filename check
Oh my, how embarrassing.
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user