Skip to content

Commit e6cb6c4

Browse files
authored
Merge pull request #406 from thedadams/revert-remote-reset
Revert "fix: the remote bool was not being reset"
2 parents 3728799 + 0bb2d8e commit e6cb6c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/loader/loader.go

-1
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,6 @@ func resolve(ctx context.Context, cache *cache.Client, prg *types.Program, base
435435
}
436436

437437
func input(ctx context.Context, cache *cache.Client, base *source, name string) (*source, error) {
438-
base.Remote = false
439438
if strings.HasPrefix(name, "http://") || strings.HasPrefix(name, "https://") {
440439
base.Remote = true
441440
}

0 commit comments

Comments
 (0)