Skip to content
Snippets Groups Projects
Commit fa04d9c6 authored by Ruben De Smet's avatar Ruben De Smet Committed by Martin Trigaux
Browse files

[FIX] typo in odoo.py

Fixes #4203
parent e06adc7e
Branches
Tags
No related merge requests found
......@@ -146,7 +146,7 @@ def cmd_setup():
cmd_setup_pg()
def main():
# regsitry of commands
# registry of commands
g = globals()
cmds = dict([(i[4:],g[i]) for i in g if i.startswith('cmd_')])
# if curl URL | python2 then use command setup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment