Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dieterbe committed Sep 6, 2018
1 parent f14e66f commit e12728d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/mt-store-cp-experimental/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ func worker(id int, jobs <-chan string, wg *sync.WaitGroup, sourceSession, destS
}

func update(sourceSession, destSession *gocql.Session, tableIn, tableOut string) {
// Get the list of ids that we carry about
// Get the list of ids that we care about
fetchPartitionIds(sourceSession)

// Kick off our threads
Expand Down

0 comments on commit e12728d

Please sign in to comment.