Skip to content

Commit

Permalink
STY: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
flongford committed Sep 7, 2021
1 parent 47ee6c1 commit 833a4ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion remoteappmanager/base_application.py
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ def _add_demo_apps(self, user):
# Add all demo applications already registered
for application in self.db.list_applications():
if application.image in self.file_config.demo_applications:
self.log.debug(f"Avaliable image: {application.image}")
self.log.debug(f"Available image: {application.image}")
self.db.grant_access(
application.image,
user.name,
Expand Down

0 comments on commit 833a4ad

Please sign in to comment.