chore: remove script (#7215)

This commit is contained in:
Ridhwana 2020-04-10 16:59:09 +02:00 committed by GitHub
parent 406cc95fcd
commit cbff423861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,8 +0,0 @@
namespace :temporary do
namespace :social_media do
desc "Update DEV's social media handles"
task update_handles: :environment do
SiteConfig.public_send("social_media_handles=", {twitter: "thepracticaldev", facebook: "thepracticaldev", github: "thepracticaldev", instagram: "thepracticaldev", twitch: "thepracticaldev"})
end
end
end