Skip to content

Commit

Permalink
fixed stupid typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Titus Brown committed Nov 22, 2009
1 parent 28c8e8a commit 26ddf80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/build-pony-build
Expand Up @@ -31,7 +31,7 @@ if not options.force_build:

commands = [ GitClone(repo_url, name='checkout'),
TestCommand([python_exe, 'setup.py', 'test'],
name='run tests')
name='run tests'),
PythonPackageEgg(),
]

Expand Down

0 comments on commit 26ddf80

Please sign in to comment.