Skip to content

Commit

Permalink
feat(editor): file rename
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofra committed Dec 20, 2024
1 parent 41fccfb commit 5be490e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/frontend/model/samples/check-hardcoded-urls.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"hops": [
{
"type": "runScript",
"code": "xPathQuery = str:join([\"/jcr:root\", args.path, \"//*[jcr:contains(., '\", args.phrase, \"') and jcr:contains(., '\", args.extension, \"') ]\"]);\noutput = utils.file.txt(\"hardcoded_urls\");\n\n",
"code": "xPathQuery = str:join([\"/jcr:root\", args.path, \"//*[jcr:contains(., '\", args.phrase, \"') and jcr:contains(., '\", args.extension, \"') ]\"]);\noutput = utils.file.txt(\"properties_containing_hardcoded_urls\");\n\n",
"extension": "jexl",
"putLocalsBackIntoScope": true
},
Expand Down

0 comments on commit 5be490e

Please sign in to comment.