diff --git a/installer/client/cli/utils.py b/installer/client/cli/utils.py index 41a3e3f..229ccf7 100644 --- a/installer/client/cli/utils.py +++ b/installer/client/cli/utils.py @@ -651,7 +651,7 @@ class Setup: else: print("No shell configuration file found.") - def remove_duplicates(filename): + def remove_duplicates(self, filename): unique_lines = set() with open(filename, 'r') as file: lines = file.readlines()