Skip to content

Commit

Permalink
Add clitool as keyword (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
forki authored and Krzysztof-Cieslak committed Jul 11, 2017
1 parent 278811e commit a1188fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/paket.fs
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ let private createDependenciesProvider () =
let concatAndLift = String.concat "\n" >> Promise.lift
match tags with
| [ _ ] ->
["nuget"; "git"; "github"; "http"; "gist"; "versions"; "source"; "group"
["nuget"; "git"; "github"; "http"; "gist"; "clitool"; "versions"; "source"; "group"
"references: strict"; "framework:"; "content: none"; "copy_content_to_output_dir: always"
"import_targets:"; "copy_local:"; "redirects:"; "strategy:"; "lowest_matching:"; "generate_load_scripts" ]
|> concatAndLift
Expand Down

0 comments on commit a1188fd

Please sign in to comment.