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
/usr/local/bin/git clone /Volumes/Macintosh HD/Users/chipp/Library/Caches/CocoaPods/GitHub/a7c41d0c21b511276199ca7c6615dadde050fbe7 /Volumes/Macintosh\
HD/Users/chipp/Developer/alabama-power-lakes/Pods/Mantle
Too many arguments.
As you can see, first argument for clone command are passing without escaping:
defclone(from,to,flags='')ui_sub_action("Cloning to Pods folder")docommand=%Q|clone #{from}#{to.shellescape}|
The text was updated successfully, but these errors were encountered:
As you can see, first argument for clone command are passing without escaping:
The text was updated successfully, but these errors were encountered: