We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8553e18 commit d59d12eCopy full SHA for d59d12e
lib/octocatalog-diff/util/catalogs.rb
@@ -147,6 +147,7 @@ def build_catalog_tasks
147
retry_failed_catalog: @options.fetch(:retry_failed_catalog, 0),
148
parser: @options["parser_#{key}".to_sym]
149
)
150
+ args[:basedir] ||= args[:bootstrapped_dir]
151
152
# If any options are in the form of 'to_SOMETHING' or 'from_SOMETHING', this sets the option to
153
# 'SOMETHING' for the catalog if it matches this key. For example, when compiling the 'to' catalog
0 commit comments