10BC0 Added missing quote. · dlemstra/Magick.NET@3bf3123 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3bf3123

Browse files
committed
Added missing quote.
1 parent 212a824 commit 3bf3123

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish/push.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ if "%NUGET_API_KEY%"=="" (
88
echo Waiting 5 minutes before pushing packages...
99
ping -n 301 127.0.0.1 > nul
1010

11-
for /r %%i in (*.nupkg) do ..\tools\windows\nuget.exe push %%i -ApiKey %NUGET_API_KEY% -Source "https://api.nuget.org/v3/index.json
11+
for /r %%i in (*.nupkg) do ..\tools\windows\nuget.exe push %%i -ApiKey %NUGET_API_KEY% -Source "https://api.nuget.org/v3/index.json"

0 commit comments

Comments
 (0)
0