Skip to content

Commit

Permalink
Merge pull request #1204 from kpacha/fix_marathon_upgrade
Browse files Browse the repository at this point in the history
Marathon: fix the curl construction
  • Loading branch information
bradrydzewski committed Sep 17, 2015
2 parents f0296c7 + cb9a7f0 commit db85b95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/deploy/marathon/marathon.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ func (m *Marathon) Write(f *buildfile.Buildfile) {
put := fmt.Sprintf(
"curl -X PUT -d @%s http:https://%s/v2/apps/%s --header \"Content-Type:application/json\"",
m.ConfigFile,
m.App,
m.Host,
m.App,
)
f.WriteCmdSilent(put)
}
Expand Down

0 comments on commit db85b95

Please sign in to comment.