Skip to content
This repository has been archived by the owner on May 13, 2020. It is now read-only.

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
agroszer committed Feb 18, 2017
1 parent cfbd58f commit bc9cc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildmaster/master.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ def makeEGGfactory():
#f.addStep(source.SVN(svnurl=svn_url, mode='clobber'))

f.addStep(shell.Compile(name='bootstrap',
command=[PLATFORMS['py_270_win32'], 'bootstrap.py'],
command=[PLATFORMS['py_270_win32'].python, 'bootstrap.py'],
description=['bootstrapping'],
descriptionDone=['bootstrap']))

Expand Down

0 comments on commit bc9cc80

Please sign in to comment.