Skip to content

Commit

Permalink
needed quotes for debugs
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Powell <[email protected]>
  • Loading branch information
tpowell-progress committed Oct 24, 2024
1 parent f90cf9b commit 5dca46e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/software/openssl.rb
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@
command "ls #{install_dir}/embedded/ssl/fipsmodule.cnf"
command "#{windows? ? "Perl.exe" : ""} ./util/wrap.pl -fips #{install_dir}/embedded/bin/openssl list -provider-path providers -provider fips -providers"
command "#{install_dir}/embedded/bin/openssl list -providers"
command "echo 🤔🐴💩 <<< openssl dir >>>"
command "echo '🤔🐴💩 <<< openssl dir >>>'"
command "ls #{install_dir}"
end
end

0 comments on commit 5dca46e

Please sign in to comment.