We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d3cc4 commit 727917aCopy full SHA for 727917a
lib/node_modules/@stdlib/_tools/scaffold/namespace/scripts/scaffold.sh
@@ -37,11 +37,11 @@ pkg=${PKG:-"${PKG:-'TODO'}"}
37
38
# Define the package description:
39
# shellcheck disable=SC2016
40
-pkg_desc=${PKG_DESC:-"${DESC:-'TODO'}."}
+pkg_desc=${PKG_DESC:-"${PKG_DESC:-'TODO'}."}
41
42
# Define main export description:
43
44
-main_desc=${MAIN_DESC:-"${DESC:-'TODO'}."}
+main_desc=${MAIN_DESC:-"${MAIN_DESC:-'TODO'}."}
45
46
# Define the README heading:
47
0 commit comments