Skip to content

Commit

Permalink
Merge pull request #561 from erasche/rerl-typo
Browse files Browse the repository at this point in the history
Correct typo
  • Loading branch information
martenson committed Aug 5, 2015
2 parents 253ce7b + aa3080f commit 9ad5c6c
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -1123,7 +1123,7 @@ def execute_step( self, tool_dependency, package_name, actions, action_dict, fil
filtered_actions = actions[ 1: ]
env_shell_file_paths = action_dict.get( 'env_shell_file_paths', None )
if env_shell_file_paths is None:
log.debug( 'Missing Perl environment, make sure your specified Rerl installation exists.' )
log.debug( 'Missing Perl environment, make sure your specified Perl installation exists.' )
if initial_download:
return tool_dependency, filtered_actions, dir
return tool_dependency, None, None
Expand Down

0 comments on commit 9ad5c6c

Please sign in to comment.