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
If lazybones is installed onto a clean system with:
sdk install lazybones
Immediately running:
lazybones config add bintrayRepositories
results in a java.io.FileNotFoundException.
It looks like the "config add" command assumes the existence of a ~/.lazybones directory, so if one creates this and then runs the "config add" command, everything works as expected.
The text was updated successfully, but these errors were encountered:
If lazybones is installed onto a clean system with:
sdk install lazybones
Immediately running:
lazybones config add bintrayRepositories
results in a java.io.FileNotFoundException.
It looks like the "config add" command assumes the existence of a ~/.lazybones directory, so if one creates this and then runs the "config add" command, everything works as expected.
The text was updated successfully, but these errors were encountered: