Skip to content

Commit 9523c8a

Browse files
committed
feat: flex-linux-setup typo
1 parent 05d51ae commit 9523c8a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

flex-linux-setup/flex_linux_setup/flex_setup.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ def __init__(self):
9898
self.casa_war_fn = os.path.join(Config.distJansFolder, 'casa.war')
9999

100100
def download_files(self):
101-
return
102101
print("Downloading components")
103102
base.download(urljoin(maven_base_url, 'admin-ui-plugin/{0}{1}/admin-ui-plugin-{0}{1}-distribution.jar'.format(app_versions['JANS_APP_VERSION'], app_versions['JANS_BUILD'])), self.admin_ui_plugin_source_path)
104103
base.download('https://raw.githubusercontent.com/JanssenProject/jans/{}/jans-config-api/server/src/main/resources/log4j2.xml'.format(app_versions['JANS_BRANCH']), self.log4j2_path)
@@ -118,7 +117,7 @@ def install_gluu_admin_ui(self):
118117
base.extract_from_zip(self.flex_path, 'admin-ui', self.source_dir)
119118
base.extract_from_zip(self.flex_path, 'flex-linux-setup/flex_linux_setup', self.flex_setup_dir)
120119

121-
print("Sourve directory:", self.source_dir)
120+
print("Source directory:", self.source_dir)
122121
env_tmp = os.path.join(self.source_dir, '.env.tmp')
123122
print("env_tmp", env_tmp)
124123
config_api_installer.renderTemplateInOut(env_tmp, self.source_dir, self.source_dir)

0 commit comments

Comments
 (0)