You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The relative symlink created by using #{source_dir} does work properly.
I am using onceover via pdk (pdk bundle exec rake generate_fixtures) and on a Windows 10 machine. If necessary I can provide more output as needed using my ref 69e9a64743221a7a82965b4d305cc979db13a2f7.
The text was updated successfully, but these errors were encountered:
When running
generate_fixtures
rake task, the .fixtures.yml for modules in the repo is incorrect.Output:
This resulted in a symlink that pointed to itself (some output trimmed):
I expected the following fixtures and symlink:
The relative symlink created by using
#{source_dir}
does work properly.I am using onceover via pdk (
pdk bundle exec rake generate_fixtures
) and on a Windows 10 machine. If necessary I can provide more output as needed using my ref69e9a64743221a7a82965b4d305cc979db13a2f7
.The text was updated successfully, but these errors were encountered: