diff --git a/pkg/loader/loader.go b/pkg/loader/loader.go index 979357e3..36c920c4 100644 --- a/pkg/loader/loader.go +++ b/pkg/loader/loader.go @@ -435,7 +435,6 @@ func resolve(ctx context.Context, cache *cache.Client, prg *types.Program, base } func input(ctx context.Context, cache *cache.Client, base *source, name string) (*source, error) { - base.Remote = false if strings.HasPrefix(name, "http://") || strings.HasPrefix(name, "https://") { base.Remote = true }