Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
neil committed Apr 13, 2016
1 parent 3d434e4 commit 70a5587
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions le.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
VER=2.0.1
VER=2.0.2

PROJECT_NAME="le.sh"
PROJECT_ENTRY="le.sh"
Expand Down Expand Up @@ -2084,7 +2084,7 @@ _process() {
install) install ;;
uninstall) uninstall ;;
issue)
issue "$_webroot" "$_domain" "$_altdomains" "$_keylength" "$_certpath" "$_keylength" "$_capath" "$_reloadcmd" "$_fullchainpath"
issue "$_webroot" "$_domain" "$_altdomains" "$_keylength" "$_certpath" "$_keypath" "$_capath" "$_reloadcmd" "$_fullchainpath"
;;
installcert)
installcert "$_domain" "$_certpath" "$_keypath" "$_capath" "$_reloadcmd" "$_fullchainpath"
Expand Down

0 comments on commit 70a5587

Please sign in to comment.