mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-23 18:31:00 +00:00
Merge pull request #1204 from kpacha/fix_marathon_upgrade
Marathon: fix the curl construction
This commit is contained in:
commit
db85b952eb
1 changed files with 1 additions and 1 deletions
|
@ -30,8 +30,8 @@ func (m *Marathon) Write(f *buildfile.Buildfile) {
|
|||
put := fmt.Sprintf(
|
||||
"curl -X PUT -d @%s http://%s/v2/apps/%s --header \"Content-Type:application/json\"",
|
||||
m.ConfigFile,
|
||||
m.App,
|
||||
m.Host,
|
||||
m.App,
|
||||
)
|
||||
f.WriteCmdSilent(put)
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue