Skip to content

Commit e75385f

Browse files
committed
fix: formatting
1 parent 13d579f commit e75385f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests_integration/mitmproxy_setup_wizard.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ if [ "${headless_mode}" = "true" ]; then
4848
else
4949
echo "You now need to trust the mitmproxy-ca.crt certificate in your system's trust store."
5050
echo "The exact process depends on your operating system."
51-
5251
if [[ -f "/etc/debian_version" ]]; then
5352
echo "On Debian-based systems, you can use the following command to trust the certificate:"
5453
echo "sudo cp ${mitmproxy_ca_crt_file} /usr/local/share/ca-certificates/mitmproxy-ca.crt"

0 commit comments

Comments
 (0)