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
It happened to me that I ran 'rake' twice, and when I took a look at 'snippets' dir content, every folder in there had another symlink to the same location of its parent. e.g.:
After the first 'rake', the snippets folder looked like:
It happened to me that I ran 'rake' twice, and when I took a look at 'snippets' dir content, every folder in there had another symlink to the same location of its parent. e.g.:
After the first 'rake', the snippets folder looked like:
But After the second 'rake', the snippets folder looked like:
Where this first entry ("ruby") is actually a symlink to its parent.
I commited a change to my fork that fixed this issue for me (53f3a7f). I can pull it if you think it worths.
The text was updated successfully, but these errors were encountered: