Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit 75624d9

Browse files
authored
Fix typo
1 parent 68fb216 commit 75624d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ func (c *Client) client() *http.Client {
392392
// // handle error
393393
// }
394394
// // resource is updated with response of create request
395-
// fmt.Println(conifgMap.Metaata.GetCreationTimestamp())
395+
// fmt.Println(configMap.Metadata.GetCreationTimestamp())
396396
//
397397
func (c *Client) Create(ctx context.Context, req Resource, options ...Option) error {
398398
url, err := resourceURL(c.Endpoint, req, false, options...)

0 commit comments

Comments
 (0)