Skip to content

Commit 22b4f2f

Browse files
authored
Use Octopus nuget package (#1158)
1 parent 8c702a4 commit 22b4f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Octopus.Tentacle.Tests.Integration/Support/TentacleFetchers/WindowsOnlyNugetBinsTentacleFetcher.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace Octopus.Tentacle.Tests.Integration.Support.TentacleFetchers
1111
{
1212
public class WindowsOnlyNugetBinsTentacleFetcher : ITentacleFetcher
1313
{
14-
static string DownloadUrlForVersion(string versionString) => $"https://f.feedz.io/octopus-deploy/dependencies/packages/Tentacle.Binaries.win-x64/{versionString}/download";
14+
static string DownloadUrlForVersion(string versionString) => $"https://f.feedz.io/octopus-deploy/dependencies/packages/Octopus.Tentacle.Binaries.win-x64/{versionString}/download";
1515

1616
private ILogger logger;
1717

0 commit comments

Comments
 (0)