Skip to content

Commit c929881

Browse files
committed
checkout_dir -> base directory from hash
1 parent 7c296e8 commit c929881

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/octocatalog-diff/catalog/computed.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def bootstrap(logger)
9393
end
9494
else
9595
tmphash[:basedir] = OctocatalogDiff::Util::Util.temp_dir('ocd-bootstrap-checkout-')
96-
OctocatalogDiff::CatalogUtil::Bootstrap.bootstrap_directory(@options.merge(path: checkout_dir), logger)
96+
OctocatalogDiff::CatalogUtil::Bootstrap.bootstrap_directory(@options.merge(path: tmphash[:basedir]), logger)
9797
end
9898

9999
# Create and populate the temporary directory

0 commit comments

Comments
 (0)