Skip to content

Commit

Permalink
esy-install: burst cache for git/github sources
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jan 28, 2020
1 parent 987dc2d commit d49bd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esy-install/Fetch.re
Expand Up @@ -148,7 +148,7 @@ module PackagePaths = {
let digest = {
let version = PackageId.version(pkg.id);
switch (version) {
| Source(Dist(Github(_))) => digest |> add(string("1"))
| Source(Dist(Github(_))) => digest |> add(string("2"))
| _ => digest
};
};
Expand Down

0 comments on commit d49bd03

Please sign in to comment.