Skip to content

Commit c828fc5

Browse files
committed
Remove extra space after curl
1 parent b3c5341 commit c828fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ func describeAPI(name string, resourcesRes *schema.GetResourcesResponse, flagVer
283283
return out, nil
284284
}
285285

286-
out += fmt.Sprintf("\n%s curl %s?debug=true -X POST -H \"Content-Type: application/json\" -d @sample.json", console.Bold("curl:"), apiEndpoint)
286+
out += fmt.Sprintf("\n%s curl %s?debug=true -X POST -H \"Content-Type: application/json\" -d @sample.json", console.Bold("curl:"), apiEndpoint)
287287

288288
out += "\n\n" + describeModelInput(groupStatus, apiEndpoint)
289289

0 commit comments

Comments
 (0)