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 7c296e8 commit c929881Copy full SHA for c929881
lib/octocatalog-diff/catalog/computed.rb
@@ -93,7 +93,7 @@ def bootstrap(logger)
93
end
94
else
95
tmphash[:basedir] = OctocatalogDiff::Util::Util.temp_dir('ocd-bootstrap-checkout-')
96
- OctocatalogDiff::CatalogUtil::Bootstrap.bootstrap_directory(@options.merge(path: checkout_dir), logger)
+ OctocatalogDiff::CatalogUtil::Bootstrap.bootstrap_directory(@options.merge(path: tmphash[:basedir]), logger)
97
98
99
# Create and populate the temporary directory
0 commit comments