-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
Description
One of my repository Query.apex has a problem when integrating githubsfdeploy.
When I used this URL https://githubsfdeploy.herokuapp.com/app/githubdeploy/PropicSignifi/Query.apex, the web-server throws an error saying "Could not find the repository 'query'. Ensure it is spelt correctly and that it is owned by 'Click-To-Cloud'".
In fact, the repository https://github.com/PropicSignifi/Query.apex does exist. I think the reason is that the web-server has a bug when parsing the repository path, it truncates the path 'query.apex' into 'query', hence it throws the error.