Skip to content

Commit

Permalink
more precise state bucket name
Browse files Browse the repository at this point in the history
  • Loading branch information
gulducat committed Dec 3, 2024
1 parent 04465f3 commit 6a0cdee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/state/db_bolt.go
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ var (
// nodeRegistrationKey is the key at which node registration data is stored.
nodeRegistrationKey = []byte("node_registration")

hostVolBucket = []byte("volumes_to_create")
hostVolBucket = []byte("host_volumes_to_create")
)

// taskBucketName returns the bucket name for the given task name.
Expand Down

0 comments on commit 6a0cdee

Please sign in to comment.