Skip to content

Commit 727917a

Browse files
committed
build: fix env var
--- type: pre_commit_static_analysis_report description: Results of running static analysis checks when committing changes. report: - task: lint_filenames status: passed - task: lint_editorconfig status: passed - task: lint_markdown status: na - task: lint_package_json status: na - task: lint_repl_help status: na - task: lint_javascript_src status: na - task: lint_javascript_cli status: na - task: lint_javascript_examples status: na - task: lint_javascript_tests status: na - task: lint_javascript_benchmarks status: na - task: lint_python status: na - task: lint_r status: na - task: lint_c_src status: na - task: lint_c_examples status: na - task: lint_c_benchmarks status: na - task: lint_c_tests_fixtures status: na - task: lint_shell status: passed - task: lint_typescript_declarations status: na - task: lint_typescript_tests status: na - task: lint_license_headers status: passed ---
1 parent 51d3cc4 commit 727917a

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/namespace/scripts

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/_tools/scaffold/namespace/scripts/scaffold.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@ pkg=${PKG:-"${PKG:-'TODO'}"}
3737

3838
# Define the package description:
3939
# shellcheck disable=SC2016
40-
pkg_desc=${PKG_DESC:-"${DESC:-'TODO'}."}
40+
pkg_desc=${PKG_DESC:-"${PKG_DESC:-'TODO'}."}
4141

4242
# Define main export description:
4343
# shellcheck disable=SC2016
44-
main_desc=${MAIN_DESC:-"${DESC:-'TODO'}."}
44+
main_desc=${MAIN_DESC:-"${MAIN_DESC:-'TODO'}."}
4545

4646
# Define the README heading:
4747
# shellcheck disable=SC2016

0 commit comments

Comments
 (0)