We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a98dfa commit a915878Copy full SHA for a915878
lib/node_modules/@stdlib/_tools/scaffold/random-array-unary/scripts/scaffold.sh
@@ -177,7 +177,7 @@ repl_text_param_1_desc=$(echo "${repl_text_param_1_desc}" | "${wrap}")
177
repl_text_param_1_desc="${repl_text_param_1_desc/ /}"
178
179
# Define the copyright year:
180
-year="2023" #$(date +'%Y')
+year=$(date +'%Y')
181
182
# Define the copyright holders:
183
copyright='The Stdlib Authors'
0 commit comments