r=rcampbell
- fix case typo
This commit is contained in:
ccooper%deadsquid.com 2008-03-12 14:35:41 +00:00
Родитель 558ee86cc8
Коммит cb690ee939
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -558,5 +558,5 @@ class CreateProfile(ShellCommand):
descriptionDone = ["create profile complete"]
command = r'python mozilla/testing/tools/profiles/createTestingProfile.py --binary mozilla/objdir/dist/bin/firefox'
class CreateProfileWin(createProfile):
class CreateProfileWin(CreateProfile):
command = r'python mozilla\testing\tools\profiles\createTestingProfile.py --binary mozilla\objdir\dist\bin\firefox.exe'