Skip to content

Commit

Permalink
push: remoteMkdirAll parent to obtain parent
Browse files Browse the repository at this point in the history
Fixes issue #130
  • Loading branch information
odeke-em committed Mar 29, 2015
1 parent de94fed commit 53ce76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/push.go
Expand Up @@ -279,7 +279,7 @@ func (g *Commands) remoteMod(change *Change) (err error) {
}

parentPath := g.parentPather(change.Path)
parent, err = g.rem.FindByPath(parentPath)
parent, err = g.remoteMkdirAll(parentPath)

if err != nil {
return err
Expand Down

0 comments on commit 53ce76e

Please sign in to comment.