We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cda3971 commit ab731b2Copy full SHA for ab731b2
tooling/codeql/codeql-cli/2.16.0.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
32
33
for pack in $withPacks ; do
34
# Copy the pack, because CodeQL doesn't follow symlinks.
35
- cp -R $pack/ $out/codeql/qlpacks/
+ cp -R $pack/* $out/codeql/qlpacks/
36
done
37
'';
38
0 commit comments