diff --git a/pkg/loader/loader.go b/pkg/loader/loader.go index 36c920c4..979357e3 100644 --- a/pkg/loader/loader.go +++ b/pkg/loader/loader.go @@ -435,6 +435,7 @@ 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 }