Skip to content
This repository has been archived by the owner on May 6, 2022. It is now read-only.

Commit

Permalink
setmart
Browse files Browse the repository at this point in the history
  • Loading branch information
srinandan committed Jul 20, 2019
1 parent bb2a78b commit 4403f61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/org/setmart/setmart.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ var Cmd = &cobra.Command{
Long: "Set MART endpoint for an Apigee Org",
Run: func(cmd *cobra.Command, args []string) {
u, _ := url.Parse(shared.BaseURL)
orgname := "{\"name\":\""+shared.RootArgs.Org+"\"},"
orgname := "\"name\":\""+shared.RootArgs.Org+"\","
martprop := "{\"name\":\"features.mart.server.endpoint\","
martpropvalue := "\"value\":\""+mart+"\"}"
props := "\"properties\": {" + "\"property\": [" + martprop + martpropvalue + "]}"
Expand Down

0 comments on commit 4403f61

Please sign in to comment.