mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-02-03 12:49:29 +00:00
Fix typo in python-raspberry target name.
This commit is contained in:
parent
2382b57913
commit
5ade9b9232
1 changed files with 1 additions and 1 deletions
|
|
@ -79,7 +79,7 @@ class PythonRaspberryTarget(prepare.Target):
|
|||
desktop_targets = {
|
||||
'desktop': DesktopTarget(),
|
||||
'python': PythonTarget(),
|
||||
'python-raspeberry': PythonRaspberryTarget()
|
||||
'python-raspberry': PythonRaspberryTarget()
|
||||
}
|
||||
|
||||
class DesktopPreparator(prepare.Preparator):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue