mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix typo
This commit is contained in:
parent
a6bc03892d
commit
c6598d8185
1 changed files with 1 additions and 1 deletions
|
|
@ -1,2 +1,2 @@
|
|||
#!/usr/bin/env bash
|
||||
dotnet restore && dotnet -f netcoreapp1.1 -c Release
|
||||
dotnet restore && dotnet publish -f netcoreapp1.1 -c Release
|
||||
Loading…
Reference in a new issue