mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-12-19 00:22:50 +01:00
sandbox/update-version: fix typo in comment.
use --> user
This commit is contained in:
parent
a3f4fe3cb3
commit
f922c09929
@ -3,5 +3,5 @@ export TZ="/usr/share/zoneinfo/UTC" # Use UTC with version timestamps.
|
|||||||
echo "Updating version..."
|
echo "Updating version..."
|
||||||
perl -pi -e "s/^version\s*=\s*['\"]([\S]+)[ '\"].*/version = '\1 ($( date -Iseconds ))'/" src/version.py
|
perl -pi -e "s/^version\s*=\s*['\"]([\S]+)[ '\"].*/version = '\1 ($( date -Iseconds ))'/" src/version.py
|
||||||
unset TZ # Return to the system timezone.
|
unset TZ # Return to the system timezone.
|
||||||
exec $SHELL # Execute the current shell to return to use timezone if specified in config of shell.
|
exec $SHELL # Execute the current shell to return to user timezone if specified in config of shell.
|
||||||
git add src/version.py
|
git add src/version.py
|
||||||
|
Loading…
Reference in New Issue
Block a user