From 5542ed8a4ab61024b29084689b979372752a1b0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarmo=20Lepp=C3=A4nen?= Date: Tue, 10 Oct 2017 06:56:35 +0300 Subject: [PATCH] Added default information (#208) --- lexik/jwt-authentication-bundle/2.3/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lexik/jwt-authentication-bundle/2.3/Makefile b/lexik/jwt-authentication-bundle/2.3/Makefile index 952640eb..58c1e05e 100644 --- a/lexik/jwt-authentication-bundle/2.3/Makefile +++ b/lexik/jwt-authentication-bundle/2.3/Makefile @@ -1,5 +1,5 @@ OPENSSL_BIN := $(shell which openssl) -generate-jwt-keys: +generate-jwt-keys: ## Generates JWT auth keys ifndef OPENSSL_BIN $(error "Unable to generate keys (needs OpenSSL)") endif