Skip to content

Commit

Permalink
Fix Paket.PowerShell build
Browse files Browse the repository at this point in the history
  • Loading branch information
vbfox committed Oct 18, 2016
1 parent 9f83162 commit e40b2a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Paket.PowerShell/PowerShell.fs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ type ConvertFromNuGetCmdlet() =
yield ConvertFromNugetArgs.Creds_Migration x.CredsMigration
]
|> parser.ToParseResults
|> Program.convert
|> Program.convert false
} |> processWithLogging x

[<Cmdlet("Paket", "FindRefs")>]
Expand Down Expand Up @@ -223,7 +223,7 @@ type InitCmdlet() =
let parser = ArgumentParser.Create<InitArgs>()
List.empty
|> parser.ToParseResults
|> Program.init
|> Program.init false
} |> processWithLogging x

[<Cmdlet("Paket", "Install")>]
Expand Down

0 comments on commit e40b2a4

Please sign in to comment.