From 04a683a66c01947142c1d26cdf9330ce1645e62a Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Sat, 3 Aug 2024 19:06:58 +0200 Subject: fix(common/init): Actually ask the user for the license ident --- common/init | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common') diff --git a/common/init b/common/init index bcfc0fc..1ea1603 100644 --- a/common/init +++ b/common/init @@ -94,7 +94,7 @@ if [ -e ./lpm.toml ]; then else init_default_license="AGPL-3.0-or-later" fi -prompt SPDX_LICENSE_IDENTIFIER "THE SPDX identifer of your choosen license" "$init_default_license" "dont_ask" +prompt SPDX_LICENSE_IDENTIFIER "THE SPDX identifer of your choosen license" "$init_default_license" default_license_url="$(curl --silent --show-error "https://spdx.org/licenses/$SPDX_LICENSE_IDENTIFIER.json" | jq --raw-output '.seeAlso[0]')" -- cgit 1.4.1