Skip to content

Commit

Permalink
fix: jans-linux-setup typo (#1311)
Browse files Browse the repository at this point in the history
  • Loading branch information
devrimyatar committed May 9, 2022
1 parent b5577dd commit 97723d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def install(self):
user_mgt_plugin_path = os.path.join(self.libDir, os.path.basename(self.source_files[3][0]))
self.add_extra_class(user_mgt_plugin_path)

if Config.self.install_scim_server:
if Config.install_scim_server:
self.copyFile(self.source_files[2][0], self.libDir)
scim_plugin_path = os.path.join(self.libDir, os.path.basename(self.source_files[2][0]))
self.add_extra_class(scim_plugin_path)
Expand Down

0 comments on commit 97723d5

Please sign in to comment.