Skip to content

Commit

Permalink
Fix lib name
Browse files Browse the repository at this point in the history
  • Loading branch information
jm9e committed Aug 6, 2018
1 parent e6cf1e2 commit d877500
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/daemon/definition_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ var DefinitionService = &Service{map[string]*Endpoint{
continue
}

opType := "lib"
opType := "library"
if e.IsLocalOperator(opFQName) {
opType = "local"
}
Expand Down

0 comments on commit d877500

Please sign in to comment.