Skip to content

Commit

Permalink
rose-make-docs: correct --default-version docs
Browse files Browse the repository at this point in the history
  • Loading branch information
oliver-sanders committed Oct 10, 2018
1 parent d3c2d0e commit ed428ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bin/rose-make-docs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
# errors.
# --debug
# Run `make` with the --debug option.
# --default-version=VERSION
# --default-version VERSION
# By default the current version is symlinked as the default version,
# provide an alternative version to override this.
# If set to 'none' then the default version will remain unchanged.
Expand Down
2 changes: 1 addition & 1 deletion etc/travis-scripts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ build-docs () {
if ! rose make-docs --venv --dev --strict clean html slides pdf \
${DEFAULT_VERSION:-} >out 2>&1; then
# output is a bit long, only output it if the docs fail to build
cat out >2
cat out >&2
exit 1
fi

Expand Down

0 comments on commit ed428ed

Please sign in to comment.