Skip to content

Commit

Permalink
Addition to pull request: #77: use the generic POW_ENV const for refe…
Browse files Browse the repository at this point in the history
…ncing to the .powenv file
  • Loading branch information
csiszarattila committed Mar 16, 2013
1 parent 92b60fb commit 96bc371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/powder
Expand Up @@ -351,7 +351,7 @@ module Powder
desc "env_rvm", "Create or add rvm env to .powenv"
def env_rvm
if File.exists?(%x{pwd}.chomp + "/.rvmrc")
say %x{rvm env . -- --env >> .powenv}
say %x{rvm env . -- --env >> #{POW_ENV}}
show_env
else
say ".rvmrc does not exist."
Expand Down

0 comments on commit 96bc371

Please sign in to comment.