Skip to content

Commit b498362

Browse files
committed
linuxkit/common.go: Remove unrelated comment
1 parent d5f1e85 commit b498362

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

linuxkit/common.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,6 @@ func (l *linuxkitImageOutput) create(d *schema.ResourceData, meta interface{}) e
5353
return err
5454
}
5555

56-
// Need to handle variable numbers of files here mapping from
57-
// what linuxkit calls them to what the provider calls them.
58-
// This likely involves a fancy type switch to handle whether
59-
// destination is a string or a map of string.
6056
tnames := l.getTransientArtifactNames(l.lkitfmt)
6157
dnames := l.getDestination(d)
6258

0 commit comments

Comments
 (0)