Skip to content

Commit

Permalink
Update install.sh to use the recent year (#443)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuce authored May 14, 2024
1 parent 0719ded commit fa962e0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extras/unix/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ httpget () {
}

print_banner () {
local year
year=$(date +%Y)
echo
echo "Hazelcast CLC Installer (c) 2023 Hazelcast, Inc."
echo "Hazelcast CLC Installer (c) 2023-$year Hazelcast, Inc."
echo
}

Expand Down

0 comments on commit fa962e0

Please sign in to comment.