Skip to content

Commit

Permalink
Update to latest bee (be3d27e00f2f)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwinimurt committed May 8, 2019
1 parent 59ce130 commit 66b8772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions external/buildscripts/Build.bee.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ internal static void Main()
{
var artifactName = item.Item1;
var artifactId = item.Item2;
var repoName = item.Item3;
var repoName = new RepoName(item.Item3);
DownloadArtifact(artifactId, artifactName, repoName);
}
}
Expand All @@ -47,7 +47,7 @@ internal static void Main()
}
}

private static void DownloadArtifact(string artifactId, string artifactName, string repoName)
private static void DownloadArtifact(string artifactId, string artifactName, RepoName repoName)
{
Console.WriteLine($">>> Registering artifact {artifactName}");
var artifact = new StevedoreArtifact(repoName, new ArtifactId(artifactId));
Expand Down
Binary file modified external/buildscripts/bee.exe
Binary file not shown.

0 comments on commit 66b8772

Please sign in to comment.