Skip to content

Commit

Permalink
Update build.py (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
DLu authored and wjwwood committed Aug 16, 2016
1 parent 6cc2f4b commit 2442e1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catkin_tools/verbs/catkin_build/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def build_isolated_workspace(

# It's a problem if there aren't any build types available
if len(build_job_creators) == 0:
sys.exit('Error: No build types availalbe. Please check your catkin_tools installation.')
sys.exit('Error: No build types available. Please check your catkin_tools installation.')

# Construct jobs
for pkg_path, pkg in all_packages:
Expand Down

0 comments on commit 2442e1f

Please sign in to comment.