Skip to content

Commit

Permalink
fix: using local clones if path is passed in get-app
Browse files Browse the repository at this point in the history
  • Loading branch information
Aradhya-Tripathi committed Jun 9, 2022
1 parent 593c7b7 commit 5f37135
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def __setup_details_from_git(self, url=None):

@property
def url(self):
if self.is_url:
if self.is_url or self.from_apps or self.on_disk:
return self.name

if self.use_ssh:
Expand Down

0 comments on commit 5f37135

Please sign in to comment.