Skip to content

Commit

Permalink
Merge pull request #13189 from Security-Onion-Solutions/soupmsgq
Browse files Browse the repository at this point in the history
remove this \n
  • Loading branch information
m0duspwnens authored Jun 12, 2024
2 parents e90557d + c38f48c commit 092f716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion salt/manager/tools/sbin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -1295,7 +1295,7 @@ EOF

# check if the FINAL_MESSAGE_QUEUE is not empty
if (( ${#FINAL_MESSAGE_QUEUE[@]} != 0 )); then
echo "The following additional information applies specifically to your grid:\n"
echo "The following additional information applies specifically to your grid:"
for m in "${FINAL_MESSAGE_QUEUE[@]}"; do
echo "$m"
echo
Expand Down

0 comments on commit 092f716

Please sign in to comment.