diff options
author | Max Magorsch <arzano@gentoo.org> | 2020-11-29 00:13:30 +0000 |
---|---|---|
committer | Max Magorsch <arzano@gentoo.org> | 2020-11-29 00:13:30 +0000 |
commit | 4464e9e967b7156043ddcdad2ed8663782ac76ea (patch) | |
tree | ad3259502fd6b700f53c1aeb3db3bb8bae022fab | |
parent | update-planet: cleanup containers (diff) | |
download | planet-4464e9e967b7156043ddcdad2ed8663782ac76ea.tar.gz planet-4464e9e967b7156043ddcdad2ed8663782ac76ea.tar.bz2 planet-4464e9e967b7156043ddcdad2ed8663782ac76ea.zip |
Fix a typo in the update-planet scriptv2.0.14
Signed-off-by: Max Magorsch <arzano@gentoo.org>
-rwxr-xr-x | update-planet.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-planet.sh b/update-planet.sh index f5a09a7f..a55c1903 100755 --- a/update-planet.sh +++ b/update-planet.sh @@ -1,6 +1,6 @@ #!/bin/sh -TS=(date --iso=sec -u |sed -r 's,.00:00$,,g' |tr -c -d '[0-9]') +TS=$(date --iso=sec -u |sed -r 's,.00:00$,,g' |tr -c -d '[0-9]') IMAGE=gentoo/planet-pluto TAG=latest |