Skip to content

Commit fa962e0

Browse files
authored
Update install.sh to use the recent year (#443)
1 parent 0719ded commit fa962e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

extras/unix/install.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,10 @@ httpget () {
235235
}
236236

237237
print_banner () {
238+
local year
239+
year=$(date +%Y)
238240
echo
239-
echo "Hazelcast CLC Installer (c) 2023 Hazelcast, Inc."
241+
echo "Hazelcast CLC Installer (c) 2023-$year Hazelcast, Inc."
240242
echo
241243
}
242244

0 commit comments

Comments
 (0)