Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'trust inspect' typo: "AdminstrativeKeys" #1300

Merged
merged 1 commit into from
Aug 20, 2018

Conversation

mmacy
Copy link
Contributor

@mmacy mmacy commented Aug 20, 2018

Signed-off-by: Marsh Macy marsma@microsoft.com

- What I did

Fixes #1299 typo: "AdminstrativeKeys" in 'trust inspect' command

Replaced all instances of "AdminstrativeKeys" with "AdministrativeKeys"

- How I did it

find . -type f -exec sed -i 's/AdminstrativeKeys/AdministrativeKeys/g' {} +

- How to verify it

  1. Pull the branch down
  2. Run make -f docker.Makefile shell
  3. Run docker login with your creds
  4. Run docker trust inspect alpine:latest
  5. View JSON output

- Description for the changelog

Fixes typo "AdminstrativeKeys" with "AdministrativeKeys" in trust inspect command.

- A picture of a cute animal (not mandatory but encouraged)

image

Signed-off-by: mmacy <marsma@microsoft.com>
@codecov-io
Copy link

Codecov Report

Merging #1300 into master will not change coverage.
The diff coverage is 100%.

@@           Coverage Diff           @@
##           master    #1300   +/-   ##
=======================================
  Coverage   54.05%   54.05%           
=======================================
  Files         272      272           
  Lines       18113    18113           
=======================================
  Hits         9791     9791           
  Misses       7706     7706           
  Partials      616      616

Copy link
Member

@thaJeztah thaJeztah left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤭☺️ LGTM. thanks!!

Copy link
Collaborator

@vdemeester vdemeester left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 🐸

@vdemeester vdemeester merged commit 3f7c6c8 into docker:master Aug 20, 2018
@GordonTheTurtle GordonTheTurtle added this to the 18.09.0 milestone Aug 20, 2018
@mmacy mmacy deleted the 1299-trust-inspect-typo branch August 20, 2018 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

typo: "AdminstrativeKeys" in 'trust inspect' command
5 participants