mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 08:25:01 +01:00
pentoo-updater: typos
This commit is contained in:
parent
1bc5159599
commit
098a1d779a
1 changed files with 1 additions and 1 deletions
|
|
@ -192,7 +192,7 @@ do_sync() {
|
|||
minutesDiff=$(( `date '+%Y%m%d%H%M' -u` - $portage_date ))
|
||||
if [ $minutesDiff -lt 60 ]
|
||||
then
|
||||
echo "The last sync was $minutesDiff min go (<1 hour), skipping"
|
||||
echo "The last sync was $minutesDiff minutes ago (<1 hour), skipping"
|
||||
return
|
||||
fi
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue