Skip to content

Commit

Permalink
Removed problematic mixin directory
Browse files Browse the repository at this point in the history
Incremental commit before refactoring to use internal hash of built-in mixins rather than internal directory
  • Loading branch information
mkarlesky committed Apr 19, 2024
1 parent 3e34262 commit e697a61
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/cli_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ def vendor_tools(ceedling_root, dest)
assets_path = File.join( ceedling_root, 'assets' )

# Copy folders from current Ceedling into project
%w{plugins lib bin mixins}.each do |folder|
%w{plugins lib bin}.each do |folder|
@actions._directory(
File.join( ceedling_root, folder ),
File.join( vendor_path, folder ),
Expand Down
Empty file removed mixins/.gitignore
Empty file.

0 comments on commit e697a61

Please sign in to comment.