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
I keep all my php executables in an Ubuntu One folder (for sharing across my computers), and the Ubuntu One folder has a space in it. I found that the self-update command fails due to a problem with curl....for example, in my environment the command become:
I keep all my php executables in an Ubuntu One folder (for sharing across my computers), and the Ubuntu One folder has a space in it. I found that the self-update command fails due to a problem with curl....for example, in my environment the command become:
$ curl -# -L https://raw.github.com/c9s/Onion/master/onion > /home/matteo/Ubuntu One/dotfiles/bin/onion
so curl complains:
I found a quick solution that simply escape the spaces in the script path. You can find it here
If you want a PR it's ready...
The text was updated successfully, but these errors were encountered: