Skip to content

Commit a915878

Browse files
committed
fix: set year to current year
1 parent 7a98dfa commit a915878

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/_tools/scaffold/random-array-unary/scripts

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/_tools/scaffold/random-array-unary/scripts/scaffold.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ repl_text_param_1_desc=$(echo "${repl_text_param_1_desc}" | "${wrap}")
177177
repl_text_param_1_desc="${repl_text_param_1_desc/ /}"
178178

179179
# Define the copyright year:
180-
year="2023" #$(date +'%Y')
180+
year=$(date +'%Y')
181181

182182
# Define the copyright holders:
183183
copyright='The Stdlib Authors'

0 commit comments

Comments
 (0)