Skip to content
Extraits de code Groupes Projets
Valider 322cbf83 rédigé par esetomo's avatar esetomo Validation de Eugen Rochko
Parcourir les fichiers

fix typo on daily tasks logging (#2450)

parent fc99d117
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -9,10 +9,10 @@ namespace :mastodon do
mastodon:users:clear
mastodon:push:refresh
).each do |task|
puts "Starting #{task} at #{Time.utc.now}"
puts "Starting #{task} at #{Time.now.utc}"
Rake::Task[task].invoke
end
puts "Completed daily tasks at #{Time.utc.now}"
puts "Completed daily tasks at #{Time.now.utc}"
end
desc 'Turn a user into an admin, identified by the USERNAME environment variable'
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Veuillez vous inscrire ou vous pour commenter