Skip to content

Commit

Permalink
♻️ refactor: updated restify #14
Browse files Browse the repository at this point in the history
  • Loading branch information
pnguyen215 committed Sep 23, 2023
1 parent 20ce2e6 commit 2f51eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ami/ami_curl.go → pkg/ami/ami_restify.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ func (c *AmiRestify) request(method, path string, queryParams map[string]string,
}
request.Header = c.h
if c.debug {
log.Printf("AmiCurl sending %s request to %s", method, u.String())
log.Printf("Restify sending %s request to %s", method, u.String())
}
response, err := c.c.Do(request)
if err != nil {
Expand Down

0 comments on commit 2f51eb7

Please sign in to comment.