You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/05/15 22:29:27 UTC

[GitHub] pritidesai commented on a change in pull request #870: WIP: Project and Package parameters

pritidesai commented on a change in pull request #870: WIP: Project and Package parameters
URL: https://github.com/apache/incubator-openwhisk-wskdeploy/pull/870#discussion_r188455701
 
 

 ##########
 File path: cmd/export.go
 ##########
 @@ -41,6 +41,8 @@ var exportCmd = &cobra.Command{
 }
 
 var config *whisk.Config
+var wskpropsPath string
 
 Review comment:
   these two variables were defined in `cmd/report.go` which are not needed for report command but used by export and therefore adding them to `cmd/export.go`

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services