Skip to content

Commit

Permalink
fix(jans-linux-setup): prompt for Gluu Casa (#5898)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar authored Aug 23, 2023
1 parent b9ec4d3 commit e388a26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def prompt_for_casa(self):
if Config.installed_instance and Config.install_casa:
return

prompt = self.getPrompt("Install Gluu/Flex Casa?",
prompt = self.getPrompt("Install Gluu Casa?",
self.getDefaultOption(Config.install_casa)
)[0].lower()

Expand Down

0 comments on commit e388a26

Please # to comment.