File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ find . -name 'qlpack.yml' | grep -v './codeql_modules' | grep -v './scripts' | x
1414
1515# update the documentation.
1616
17- find docs -name ' user_manual.md' | xargs sed -i " s/code-scanning-cpp-query-pack-anon- .*\.zip\` /code-scanning-cpp-query-pack-anon -${1} .zip\` /"
17+ find docs -name ' user_manual.md' | xargs sed -i " s/code-scanning-cpp-query-pack-.*\.zip\` /code-scanning-cpp-query-pack-${1} .zip\` /"
1818find docs -name ' user_manual.md' | xargs sed -i " s/supported_rules_list_.*\.csv\` /supported_rules_list_${1} .csv\` /"
1919find docs -name ' user_manual.md' | xargs sed -i " s/supported_rules_list_.*\.md\` /upported_rules_list_${1} .md\` /"
2020find docs -name ' user_manual.md' | xargs sed -i " s/user_manual_.*\.md\` /user_manual_${1} .md\` /"
You can’t perform that action at this time.
0 commit comments