Skip to content

Commit

Permalink
FAB-5184 Fix spelling error for peer version
Browse files Browse the repository at this point in the history
Docker Namepace should be Docker Namespace

Change-Id: Id3049bef4b2c0df81a6c4d7970ade27f8b3eb44d
Signed-off-by: Gari Singh <[email protected]>
  • Loading branch information
mastersingh24 committed Jul 5, 2017
1 parent a2f91c5 commit d9875bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func GetInfo() string {
ccinfo := fmt.Sprintf(" Base Image Version: %s\n"+
" Base Docker Namespace: %s\n"+
" Base Docker Label: %s\n"+
" Docker Namepace: %s\n",
" Docker Namespace: %s\n",
metadata.BaseVersion, metadata.BaseDockerNamespace,
metadata.BaseDockerLabel, metadata.DockerNamespace)

Expand Down

0 comments on commit d9875bb

Please sign in to comment.