Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
Change-Id: Ia07aac87705e21cda46a3adb4ebcc60ecde9de77
Details: simple fix (lost a newline causing error)
  • Loading branch information
kambiz-aghaiepour committed Nov 21, 2016
1 parent 77f3d2e commit 2400e55
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/regenerate-wiki.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,6 @@ tmpfile=$(mktemp /tmp/wikimarkdownXXXXX)
$bindir/create-input.sh 1>$tmpfile 2>&1
$bindir/racks-wiki.py --markdown $tmpfile --wp-url http://$wp_wiki/xmlrpc.php --wp-username $wp_username --wp-password $wp_password --page-title "$wp_wiki_main_title" --page-id $wp_wiki_main_page_id
$bindir/create-input-assignments.sh 1>$tmpfile 2>&1
$bindir/racks-wiki.py --markdown $tmpfile --wp-url http://$wp_wiki/xmlrpc.php --wp-username $wp_username --wp-password $wp_password --page-title "$wp_wiki_assignments_title" --page-id $wp_wiki_assignments_page_id rm -f $tmpfile $lockfile
$bindir/racks-wiki.py --markdown $tmpfile --wp-url http://$wp_wiki/xmlrpc.php --wp-username $wp_username --wp-password $wp_password --page-title "$wp_wiki_assignments_title" --page-id $wp_wiki_assignments_page_id
rm -f $tmpfile $lockfile

0 comments on commit 2400e55

Please sign in to comment.