Skip to content

Commit

Permalink
fix: removing typo from my end
Browse files Browse the repository at this point in the history
  • Loading branch information
0x0elliot committed Aug 28, 2023
1 parent 4ef556d commit 8ff78b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db-connector.go
Original file line number Diff line number Diff line change
Expand Up @@ -7958,7 +7958,7 @@ func RunInit(dbclient datastore.Client, storageClient storage.Client, gceProject
bucketName := os.Getenv("SHUFFLE_ORG_BUCKET")
if len(bucketName) > 0 {
log.Printf("[DEBUG] Using custom project bucketname: %s", bucketName)
BucketName = bucketName
project.BucketName = bucketName
}

// docker run -p 11211:11211 --name memcache -d memcached -m 100
Expand Down

0 comments on commit 8ff78b8

Please sign in to comment.