Skip to content

Commit

Permalink
Merge pull request #322 from demisto/fix-misc
Browse files Browse the repository at this point in the history
Fix the misc dir
  • Loading branch information
liorblob committed Apr 2, 2020
2 parents 43ce5b0 + 62f4f6d commit 5bf3f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demisto_sdk/commands/common/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,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 5bf3f0b

Please sign in to comment.