Skip to content

Commit

Permalink
find fix
Browse files Browse the repository at this point in the history
  • Loading branch information
agilebotanist authored Feb 23, 2024
1 parent 2a25b43 commit 40d865b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rqcode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace Rqcode {
const {exec} = require('child_process')
for (let stig of stigs) {
const stigDir = stig.id.replace(/-/g, '_')
await executeCommand(`find ${rqcodeRepo.repo}/src/main/java/rqcode/stigs/ -maxdepth 4 -name "${stigDir}"
await executeCommand(`find ${rqcodeRepo.repo}/src/main/java/rqcode/stigs/ -name "${stigDir}*"
"`, exec)
.then((data) => {
if (data) {
Expand Down

0 comments on commit 40d865b

Please sign in to comment.