Skip to content

Commit 324a637

Browse files
committed
fix typo
Signed-off-by: Javier Rodriguez <javier@chainloop.dev> Chainloop-Trace-Sessions: 8a5a6956-cc02-47f6-9366-bb732b59ecf7
1 parent 3358ed5 commit 324a637

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extras/dagger/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -548,7 +548,7 @@ func cliContainer(ttl int, token *dagger.Secret, instance InstanceInfo, parentCI
548548

549549
ctr := dag.Container().
550550
From(fmt.Sprintf("%s:%s", image, version)).
551-
WithEntrypoint([]string{"/chainloop"}). // Be explicit to prerare for possible API change
551+
WithEntrypoint([]string{"/chainloop"}). // Be explicit to prepare for possible API change
552552
WithEnvVariable("CHAINLOOP_DAGGER_CLIENT", version).
553553
WithUser(""). // Our images come with pre-defined user set, so we need to reset it
554554
WithEnvVariable("DAGGER_CACHE_KEY", time.Now().Truncate(time.Duration(ttl)*time.Second).String()) // Cache TTL

0 commit comments

Comments
 (0)