Skip to content

Commit

Permalink
Fix the misc dir
Browse files Browse the repository at this point in the history
  • Loading branch information
liorblob committed Apr 1, 2020
1 parent 43ce5b0 commit 8663b98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demisto_sdk/commands/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@ def missing_release_notes(file_path, rn_path):
@staticmethod
def display_param(param_name, param_display):
return 'The display name of the {} parameter should be \'{}\''.format(param_name, param_display)
return 'The display name of the {} parameter should be \'{}\''.format(param_name, param_display)

@staticmethod
def wrong_file_extension(file_extension, accepted_extensions):
Expand Down Expand Up @@ -255,7 +256,7 @@ def found_hidden_param(parameter_name):
INDICATOR_FIELDS_DIR = 'IndicatorFields'
LAYOUTS_DIR = 'Layouts'
CLASSIFIERS_DIR = 'Classifiers'
MISC_DIR = 'Packs/Base/Misc'
MISC_DIR = 'Misc'
CONNECTIONS_DIR = 'Connections'
BETA_INTEGRATIONS_DIR = 'Beta_Integrations'
PACKS_DIR = 'Packs'
Expand Down

0 comments on commit 8663b98

Please sign in to comment.