diff options
author | Marco Capitani <m.capitani@nextworks.it> | 2017-09-19 16:57:22 +0200 |
---|---|---|
committer | Marco Capitani <m.capitani@nextworks.it> | 2017-09-19 16:57:22 +0200 |
commit | 4e1ad7baf681522fec8836690e28dd922a069e28 (patch) | |
tree | 7ccba2a9758748f13edf6274b29542ff54d281ec | |
parent | 1100426cd6b89a366321161abe473da6b61fefb5 (diff) | |
download | rumba-4e1ad7baf681522fec8836690e28dd922a069e28.tar.gz rumba-4e1ad7baf681522fec8836690e28dd922a069e28.zip |
Irati: typo fix
-rw-r--r-- | rumba/prototypes/irati.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/prototypes/irati.py b/rumba/prototypes/irati.py index 8d87f7b..53c8b16 100644 --- a/rumba/prototypes/irati.py +++ b/rumba/prototypes/irati.py @@ -163,7 +163,7 @@ class Experiment(mod.Experiment): self.sudo('modprobe rina-irati-core'), self.sudo('chmod a+rw /dev/irati'), # The || true should be removed soon, but it's needed - # until we update the bitmucket repo. + # until we update the bitbucket repo. self.sudo('chmod a+rw /dev/irati-ctrl || true'), self.sudo('mv %(genfilesconf)s /etc' % format_args), self.sudo('mv %(genfilesbin)s /usr/bin') % format_args, |