File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1515 category = "host state" ;
1616 package = pkgs . mkcert ;
1717 command = ''
18- echo "$(tput bold)Installing the ${ name } 's dev CA into local trust stores via mkcert command ...$(tput sgr0)"
18+ echo "$(tput bold)Installing ${ name } 's dev CA into local trust stores via mkcert command ...$(tput sgr0)"
1919 export CAROOT=${ dev-ca-path }
2020 ${ pkgs . mkcert } /bin/mkcert -install
2121 '' ;
2626 category = "host state" ;
2727 package = pkgs . mkcert ;
2828 command = ''
29- echo "$(tput bold)Purging the ${ name } 's dev CA from local trust stores via mkcert command ...$(tput sgr0)"
29+ echo "$(tput bold)Purging ${ name } 's dev CA from local trust stores via mkcert command ...$(tput sgr0)"
3030 export CAROOT=${ dev-ca-path }
3131 ${ pkgs . mkcert } /bin/mkcert -uninstall
3232 '' ;
You can’t perform that action at this time.
0 commit comments