Skip to content

Commit

Permalink
Another fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jakeschuurmans committed Aug 6, 2024
1 parent b6b68b4 commit cdfeb72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -520,8 +520,6 @@ github.com/metal-toolbox/conditionorc v1.0.9-0.20240716090543-6e7e9300b375 h1:or
github.com/metal-toolbox/conditionorc v1.0.9-0.20240716090543-6e7e9300b375/go.mod h1:3lCqiKLJjw9xHrsbZPtJQoEJY8waY8+lqvouA8FbS+M=
github.com/metal-toolbox/fleetdb v1.18.6 h1:VxTs4T2zKh9KbjPNo18Z/D6OmPqArPK2PNQ8w/VmVz4=
github.com/metal-toolbox/fleetdb v1.18.6/go.mod h1:QoNpDNVXxt7YqrxRIWkWp1hR3LJ2YXMnYavXwefOUnQ=
github.com/metal-toolbox/rivets v1.0.10-0.20240704084152-59b13ed066ca h1:XWJc4/HBuNA9R7TxekZbGT0fpEa3f5Nxxx2SLOgits0=
github.com/metal-toolbox/rivets v1.0.10-0.20240704084152-59b13ed066ca/go.mod h1:FZ47HrHgezYyY/H7z4Emw9JaGxeFmBJCXGKqy5YW6ag=
github.com/metal-toolbox/rivets v1.2.0 h1:QhN3tWH7NqKDqwRDYylxukw0mNQ/FkyvBYkwS0CJULE=
github.com/metal-toolbox/rivets v1.2.0/go.mod h1:i78a1x0w2uNyMlvUgyO6ST552u9wV2Xa4+A73oA4WJY=
github.com/microsoft/go-mssqldb v0.17.0/go.mod h1:OkoNGhGEs8EZqchVTtochlXruEhEOaO4S0d2sB5aeGQ=
Expand Down
2 changes: 1 addition & 1 deletion task.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ func NewNatsConditionTaskRepository(
conditionKind: conditionKind,
controllerID: controllerID.String(),
serverID: serverID,
bucketName: condition.TaskKVRepositoryBucket,
bucketName: string(conditionKind),
log: logger,
}

Expand Down

0 comments on commit cdfeb72

Please sign in to comment.