Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
remove --develop from release docs run
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jun 9, 2015
1 parent 4ae2ffa commit d9aa7a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ git add ${relnote_file}
status "building docs to verify"
if ! relengapi build-docs --development; then
if ! relengapi build-docs; then
message "If the error was in the new release notes, re-run this script to try again"
fail "building docs failed"
fi
Expand Down

0 comments on commit d9aa7a9

Please sign in to comment.