Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
steuhs committed Mar 26, 2019
1 parent 0d22542 commit 0dc3f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubetest/main.go
Expand Up @@ -725,7 +725,7 @@ func prepareGcp(o *options) error {

log.Printf("provider %v, will acquire project type %v from boskos", o.provider, resType)

// let's retry 5min to get next avaibale resource
// let's retry 5min to get next available resource
ctx, cancel := context.WithTimeout(context.Background(), time.Minute*5)
defer cancel()
p, err := boskos.AcquireWait(ctx, resType, "free", "busy")
Expand Down

0 comments on commit 0dc3f80

Please sign in to comment.