Skip to content

Commit

Permalink
fix #4
Browse files Browse the repository at this point in the history
  • Loading branch information
jK committed Jun 25, 2013
1 parent e0ce353 commit ab27159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildbot/slave/wiki/mediawiki_upload.sh
Expand Up @@ -156,7 +156,7 @@ if [ -f "$CONTENT" ]; then
--header "Expect:" \
--form "title=$PAGE" \
--form "bot=1" \
--form "text=@$CONTENT" \
--form "text=<$CONTENT" \
--form "section=${SECTION_NUM-0}" \
--form "token=${EDITTOKEN}" \
--request "POST" "${WIKIAPI}?action=edit&format=txt&")
Expand Down

0 comments on commit ab27159

Please sign in to comment.