Skip to content

Commit

Permalink
fix tpo
Browse files Browse the repository at this point in the history
  • Loading branch information
akerl committed Apr 4, 2024
1 parent 4700eb3 commit 2859a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/init.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"-v ${datadir}/tls:/opt/tls",
"-v ${datadir}/scripts:/opt/scripts",
],
cmd => "mitmproxy --allow-hosts ${hostname} --certs ${hostname}=/opt/tls/cert -s /opt/scrits/cache.py",
cmd => "mitmproxy --allow-hosts ${hostname} --certs ${hostname}=/opt/tls/cert -s /opt/scripts/cache.py",
require => [
],
}
Expand Down

0 comments on commit 2859a07

Please sign in to comment.