diff --git a/cmd/root.go b/cmd/root.go index e654efc..3d0b247 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -81,7 +81,7 @@ func newClient(ctx context.Context) *hcloudimages.Client { opts := []hcloud.ClientOption{ hcloud.WithToken(os.Getenv("HCLOUD_TOKEN")), - hcloud.WithApplication("hcloud-image", ""), + hcloud.WithApplication("hcloud-upload-image", version.Version), hcloud.WithPollBackoffFunc(backoff.ExponentialBackoffWithLimit(2, 1*time.Second, 30*time.Second)), }