Skip to content

Commit

Permalink
fix when multi_node false.
Browse files Browse the repository at this point in the history
Fixes problem described in
#1
  • Loading branch information
mruokojo committed Aug 24, 2012
1 parent a35ee27 commit 6be2c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/capistrano/node.rb
Expand Up @@ -67,7 +67,7 @@ def remote_versions(path, prefix)

desc 'Symlink node version'
task :symlink_node do
return unless multi_node
exit unless multi_node

unless node_version
puts red('No suitable node version found')
Expand Down

0 comments on commit 6be2c44

Please sign in to comment.