Skip to content

Commit 28a878d

Browse files
committed
Revert "it could just all go away"
This reverts commit 3bacc70.
1 parent 3bacc70 commit 28a878d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

codersdk/provisionerdaemons.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +199,7 @@ func (c *Client) ServeProvisionerDaemon(ctx context.Context, req ServeProvisione
199199
return nil, xerrors.Errorf("parse url: %w", err)
200200
}
201201
query := serverURL.Query()
202+
query.Add("version", proto.CurrentVersion.String())
202203
query.Add("id", req.ID.String())
203204
query.Add("name", req.Name)
204205
for _, provisioner := range req.Provisioners {

0 commit comments

Comments
 (0)