Skip to content

Commit a1188fd

Browse files
forkiKrzysztof-Cieslak
authored andcommitted
Add clitool as keyword (#39)
1 parent 278811e commit a1188fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/paket.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ let private createDependenciesProvider () =
271271
let concatAndLift = String.concat "\n" >> Promise.lift
272272
match tags with
273273
| [ _ ] ->
274-
["nuget"; "git"; "github"; "http"; "gist"; "versions"; "source"; "group"
274+
["nuget"; "git"; "github"; "http"; "gist"; "clitool"; "versions"; "source"; "group"
275275
"references: strict"; "framework:"; "content: none"; "copy_content_to_output_dir: always"
276276
"import_targets:"; "copy_local:"; "redirects:"; "strategy:"; "lowest_matching:"; "generate_load_scripts" ]
277277
|> concatAndLift

0 commit comments

Comments
 (0)