diff --git a/lib/modules/powershell/collection/get_sql_column_sample_data.py b/lib/modules/powershell/collection/get_sql_column_sample_data.py index 3f32243..891381e 100644 --- a/lib/modules/powershell/collection/get_sql_column_sample_data.py +++ b/lib/modules/powershell/collection/get_sql_column_sample_data.py @@ -74,7 +74,8 @@ class Module: instance = self.options['Instance']['Value'] no_defaults = self.options['NoDefaults']['Value'] check_all = self.options['CheckAll']['Value'] - + scriptEnd = "" + # read in the common module source code moduleSource = self.mainMenu.installPath + "data/module_source/collection/Get-SQLColumnSampleData.ps1" script = ""