a8ce057 fix invalid ssh url in clone dropdown

1 file Authored by ryanlerch 5 years ago, Committed by pingou 5 years ago,
    fix invalid ssh url in clone dropdown
    
    the macro that was printing the ssh url uses unnamed
    parameters, so it was using the username as the prefix.
    sending an empty string prefix fixes this issue.
    
    Fixes #3532