dubeejw commented on a change in pull request #2675: Added changes for classes 
and variables casing to be get exported and can be used in other places
URL: 
https://github.com/apache/incubator-openwhisk/pull/2675#discussion_r140057830
 
 

 ##########
 File path: tools/cli/go-whisk-cli/commands/package.go
 ##########
 @@ -395,15 +395,15 @@ var packageListCmd = &cobra.Command{
         return entityNameError(qualifiedName.GetEntityName())
       }
 
-      client.Namespace = qualifiedName.GetNamespace()
+      Client.Namespace = qualifiedName.GetNamespace()
     }
 
     options := &whisk.PackageListOptions{
       Skip:   flags.common.skip,
       Limit:  flags.common.limit,
     }
 
-    packages, _, err := client.Packages.List(options)
+    packages, _, err := Client.Packages.List(options)
 
 Review comment:
   Debug message below does not match. Should be `Client.Packages.List` instead 
of `client.Packages.List`.
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to