diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-24 00:50:33 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-24 00:56:56 +0200 |
commit | d735e034ebcf3b2a67904aec039066044a495328 (patch) | |
tree | 720f67ff5485387d2441c09bd0c70845f74aeed6 /components/binary-hooks | |
parent | 23b8ec4ff8163467d260b572ee7524f5f2046a6b (diff) | |
download | vyos-live-build-d735e034ebcf3b2a67904aec039066044a495328.tar.gz vyos-live-build-d735e034ebcf3b2a67904aec039066044a495328.zip |
Correcting typo in python stub comments.
Diffstat (limited to 'components/binary-hooks')
-rwxr-xr-x | components/binary-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/binary-hooks b/components/binary-hooks index 20c5c0190..a0fc66aaa 100755 --- a/components/binary-hooks +++ b/components/binary-hooks @@ -93,7 +93,7 @@ def main(): exec_hook = subprocess.check_call('cd binary && live-build/' + os.path.basename(hook), shell=True) os.remove('binary/live-build/' + os.path.basename(hook)) - # unmount coniguration directory + # unmount configuration directory umount = subprocess.check_call('umount binary/live-build/config', shell=True) os.rmdir('binary/live-build/config') |