From d2e33fd31d47e2f4f0222fed8dcdceaf4624ee36 Mon Sep 17 00:00:00 2001 From: Noah Stride Date: Sat, 23 Nov 2019 14:45:27 +0000 Subject: [PATCH] Correct SPAG for "Cerbot" -> "Certbot" --- resources/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/app.js b/resources/js/app.js index f0dad4a..94b1e76 100644 --- a/resources/js/app.js +++ b/resources/js/app.js @@ -488,7 +488,7 @@ }, }, { - name: 'Cerbot', + name: 'Certbot', slug: 'certbot', active: function() { return $scope.isHTTPS() && $scope.isCertLetsEncrypt();