Skip to content

Commit

Permalink
pentoo-updater: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
blshkv committed May 15, 2019
1 parent 1bc5159 commit 098a1d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/pentoo-updater.sh
Expand Up @@ -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

Expand Down

0 comments on commit 098a1d7

Please sign in to comment.