Skip to content

Commit

Permalink
Merge pull request digitalocean#129 from strideynet/hotfix/certbot-sp…
Browse files Browse the repository at this point in the history
…elling

Correct SPAG for "Cerbot" -> "Certbot"
  • Loading branch information
0xb4lint authored Nov 23, 2019
2 parents fe0baa4 + d2e33fd commit 2d0ef21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@
},
},
{
name: 'Cerbot',
name: 'Certbot',
slug: 'certbot',
active: function() {
return $scope.isHTTPS() && $scope.isCertLetsEncrypt();
Expand Down

0 comments on commit 2d0ef21

Please sign in to comment.