Skip to content

Commit e4279d6

Browse files
committed
typo
1 parent 7575671 commit e4279d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static void Main(string[] args)
6666
Console.WriteLine("Feedz API key not available. Packages will not be pushed.");
6767
return;
6868
}
69-
Console.WriteLine("Feedz API Key availabile. Pushing packages to Feedz...");
69+
Console.WriteLine("Feedz API Key available. Pushing packages to Feedz...");
7070
foreach (var packageToPush in packagesToPush)
7171
{
7272
Run("dotnet", $"nuget push {packageToPush} -s https://f.feedz.io/dh/oss-ci/nuget/index.json -k {apiKey} --skip-duplicate", noEcho: true);

0 commit comments

Comments
 (0)