Skip to content

Commit

Permalink
Revert "http -> https. now inline!"
Browse files Browse the repository at this point in the history
  • Loading branch information
irapha committed Aug 6, 2014
1 parent b1fb50a commit 91c2dd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/sound.js
Expand Up @@ -23,7 +23,7 @@ module.exports = function(robot) {
if (!body.length){
return msg.send("I didn't find any sounds for \""+query+"\"...");
}
msg.send((body[0].permalink_url).replace(/http/, "https"));
msg.send(body[0].permalink_url);
return;

});
Expand Down

0 comments on commit 91c2dd0

Please sign in to comment.