Skip to content

Commit cdcba6c

Browse files
committed
Change one thing
1 parent f7369f7 commit cdcba6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/manifest.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -438,7 +438,7 @@ func (s *service) WithVolume(name string, localPath string) *service {
438438
return s
439439
}
440440

441-
func (s *service) WithArtifact(artifactName string, localPath string) *service {
441+
func (s *service) WithArtifact(localPath string, artifactName string) *service {
442442
if s.filesMapped == nil {
443443
s.filesMapped = make(map[string]string)
444444
}

0 commit comments

Comments
 (0)