flightonary / Moscapsule

MQTT Client for iOS written in Swift
MIT License
273 stars 69 forks source link

.gitmodules url #82

Open travisgriggs opened 5 years ago

travisgriggs commented 5 years ago

I found I couldn't do the git submodule update --init command because of the url in the .gitmodules file. It fails on key issues. Changing said value to:

url = https://github.com/krzyzanowskim/OpenSSL.git

fixes the issue.