Skip to content

Commit

Permalink
Fixed silly typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rexwhite committed Jan 22, 2024
1 parent 64a8092 commit 1af32f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/remediations/fifi.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ async function formatRHCRuns (rhcRuns, playbook_run_id) {
}

// else create a new sat executor
else if (!_.isEmpty(rhcRunsHosts)) {
else if (!_.isEmpty(rhcRunHosts)) {
let satExecutor = {
name: 'RHC Satellite',
executor_id: playbook_run_id,
Expand Down

0 comments on commit 1af32f1

Please sign in to comment.