Open meowtochondria opened 7 years ago
Line https://github.com/delano/rye/blob/master/lib/rye/cmd.rb#L195 should have filepath in place of remote_path, and newcontent in place of str.
filepath
remote_path
newcontent
str
https://github.com/delano/rye/blob/master/lib/rye/cmd.rb#L197 needs to have upload replaced with append.
upload
append
Line https://github.com/delano/rye/blob/master/lib/rye/cmd.rb#L195 should have
filepath
in place ofremote_path
, andnewcontent
in place ofstr
.