Skip to content

Commit

Permalink
derp
Browse files Browse the repository at this point in the history
  • Loading branch information
cartermp committed Jul 9, 2022
1 parent 0a8d426 commit c2c05be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.fs
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ let init args =

Target.create "Push" (fun _ ->
let key =
match getBuildParam "nuget_key" with
match getBuildParam "nuget-key" with
| s when not (isNullOrWhiteSpace s) -> s
| _ -> UserInput.getUserPassword "NuGet Key: "
Paket.push (fun p -> { p with WorkingDir = packageDir; ApiKey = key; ToolType = ToolType.CreateLocalTool() }))
Expand Down

0 comments on commit c2c05be

Please sign in to comment.