Skip to content

Commit 62cc6a7

Browse files
committed
Updated format
1 parent 14c3d58 commit 62cc6a7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ func client(args []string) {
139139

140140
// Set custom User-Agent
141141
if config.Headers.Get("User-Agent") == "" {
142-
config.Headers.Set("User-Agent", fmt.Sprintf("Go-http-client/1.1--CloudConnector/%s", version))
142+
config.Headers.Set("User-Agent", fmt.Sprintf("CloudConnector/%s", version))
143143
}
144144

145145
//pull out options, put back remaining args

0 commit comments

Comments
 (0)