Skip to content

Commit

Permalink
Fix path for stack files
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosnils committed Jul 10, 2017
1 parent b9f154c commit 3e38804
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwd/session.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ func (p *pwd) SessionDeployStack(s *types.Session) error {
}

_, fileName := filepath.Split(s.Stack)
err = p.InstanceUploadFromUrl(i, fileName, "", s.Stack)
err = p.InstanceUploadFromUrl(i, fileName, "/var/run/pwd/uploads", s.Stack)
if err != nil {
log.Printf("Error uploading stack file [%s]: %s\n", s.Stack, err)
return err
Expand Down

0 comments on commit 3e38804

Please sign in to comment.