Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Fixed typos in hangout.coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
tybenz committed Jan 28, 2013
1 parent a4a45c9 commit 15b7123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/hangout.coffee
Expand Up @@ -19,4 +19,4 @@ module.exports = (robot) ->
if process.env.HUBOT_HANGOUT_URL
msg.send process.env.HUBOT_HANGOUT_URL
else
msg.send 'Environment variable HUBOT_HANGOUT_URL has not been set. Add EXPORT HUBOT_HANOUT_URL="..." to your profile'
msg.send 'Environment variable HUBOT_HANGOUT_URL has not been set. Add EXPORT HUBOT_HANGOUT_URL="..." to your Procfile.'

2 comments on commit 15b7123

@nicosuave
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps I should have clarified that I was referring to a .bash_profile, .zshrc, rather a a Procfile. Given that most people are deploying to Heroku than not, perhaps it would be more sensical to provide instructions on how to set an environment variable on Heroku. Thoughts?

@technicalpickles
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That detail is kind of up to the deployer, so saying to add HUBOT_HANGOUT_URL to the environment might be a more general way to work that. That'd end up being .bash_profile/.zshrc/.env/etc, depending if you are on unix, heroku, etc.

Please sign in to comment.