Skip to content

Commit

Permalink
Merge pull request #3323 from weaveworks/sheet-storage-node-name
Browse files Browse the repository at this point in the history
rename 'storagesheet' to 'sheet'
  • Loading branch information
guyfedwards authored Aug 22, 2018
2 parents 1437382 + a38b621 commit 3431637
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion render/expected/expected.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ var (
cloud = "cloud"
cylinder = "cylinder"
dottedcylinder = "dottedcylinder"
storagesheet = "storagesheet"
storagesheet = "sheet"

// Helper to make a report.node with some common options
node = func(topology string) func(id string, adjacent ...string) report.Node {
Expand Down
2 changes: 1 addition & 1 deletion report/report.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ const (
Cloud = "cloud"
Cylinder = "cylinder"
DottedCylinder = "dottedcylinder"
StorageSheet = "storagesheet"
StorageSheet = "sheet"

// Used when counting the number of containers
ContainersKey = "containers"
Expand Down

0 comments on commit 3431637

Please sign in to comment.