Merge ~wesleygao/cloud-init:update_doc into cloud-init:master

Proposed by Wesley Gao
Status: Merged
Approved by: Scott Moser
Approved revision: 771755fc0a7d6b204df9b87fd52616b5444b2c4c
Merge reported by: Server Team CI bot
Merged at revision: not available
Proposed branch: ~wesleygao/cloud-init:update_doc
Merge into: cloud-init:master
Diff against target: 13 lines (+1/-1)
1 file modified
doc/rtd/topics/debugging.rst (+1/-1)
Reviewer Review Type Date Requested Status
Server Team CI bot continuous-integration Approve
Scott Moser Approve
Review via email: mp+349846@code.launchpad.net

Commit message

docs: Fix example cloud-init analyze command to match output.

Fix a typo in in documentation that showed 'analyze blame' but
intended to show 'analyze dump'.

To post a comment you must log in.
Revision history for this message
Scott Moser (smoser) wrote :

Hi,
Thanks for your contribution.

I'm sorry for the busywork, but please give yourself credit in the commit log by setting the git user.name and user.email.

You could probably also:
  git commit --amend --author="Your Name <your.email.here>"
  git push origin HEAD --force

Other than that, it looks good, but we want to have real names in the commit log.

review: Needs Fixing
Revision history for this message
Scott Moser (smoser) wrote :

Around ?
I'm quite happy to get your commit in and get you credit for it.
If you need help, please feel free to reach out.

Scott.

Revision history for this message
Wesley Gao (wesleygao) wrote :

Thanks for your patience. Is it OK now? Do I have to 'Propose for merging' again?

Revision history for this message
Scott Moser (smoser) wrote :

looks good. thanks.

review: Approve
Revision history for this message
Server Team CI bot (server-team-bot) :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/doc/rtd/topics/debugging.rst b/doc/rtd/topics/debugging.rst
2index cacc8a2..51363ea 100644
3--- a/doc/rtd/topics/debugging.rst
4+++ b/doc/rtd/topics/debugging.rst
5@@ -45,7 +45,7 @@ subcommands default to reading /var/log/cloud-init.log.
6
7 .. code-block:: shell-session
8
9- $ cloud-init analyze blame -i my-cloud-init.log
10+ $ cloud-init analyze dump -i my-cloud-init.log
11 [
12 {
13 "description": "running config modules",

Subscribers

People subscribed via source and target branches