Skip to content

Commit

Permalink
wording
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed Oct 9, 2020
1 parent 972da7b commit 271b72d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions extensions/options.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let
category = "host state";
package = pkgs.mkcert;
command = ''
echo "$(tput bold)Installing the ${name}'s dev CA into local trust stores via mkcert command ...$(tput sgr0)"
echo "$(tput bold)Installing ${name}'s dev CA into local trust stores via mkcert command ...$(tput sgr0)"
export CAROOT=${dev-ca-path}
${pkgs.mkcert}/bin/mkcert -install
'';
Expand All @@ -26,7 +26,7 @@ let
category = "host state";
package = pkgs.mkcert;
command = ''
echo "$(tput bold)Purging the ${name}'s dev CA from local trust stores via mkcert command ...$(tput sgr0)"
echo "$(tput bold)Purging ${name}'s dev CA from local trust stores via mkcert command ...$(tput sgr0)"
export CAROOT=${dev-ca-path}
${pkgs.mkcert}/bin/mkcert -uninstall
'';
Expand Down

0 comments on commit 271b72d

Please sign in to comment.