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
Default path for RACK_DIR should be ../.. rather than ../RackSDK/, since default Rack sources base directory is Rack (created by git clone ...) and not RackSDK.
By using ../.., any Rack sources base directory name will work.
Best regards. ;)
The text was updated successfully, but these errors were encountered:
Hello,
Default path for RACK_DIR should be
../..
rather than../RackSDK/
, since default Rack sources base directory isRack
(created bygit clone ...
) and notRackSDK
.By using
../..
, any Rack sources base directory name will work.Best regards. ;)
The text was updated successfully, but these errors were encountered: