Clean up old code

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2021-12-15 10:04:25 -07:00 committed by Sam Alba
parent be3628d93c
commit 45de510ce0

View File

@ -50,7 +50,6 @@ func (t *writeFileTask) Run(ctx context.Context, pctx *plancontext.Context, s so
mode, err := v.Lookup("mode").Int64() mode, err := v.Lookup("mode").Int64()
// err = fmt.Errorf("%s: unhandled data type in WriteFile: %w", path, err)
if err != nil { if err != nil {
return nil, err return nil, err
} }