diff options
Diffstat (limited to 'components/source-hooks')
-rwxr-xr-x | components/source-hooks | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/source-hooks b/components/source-hooks index 552e228da..0766ea70b 100755 --- a/components/source-hooks +++ b/components/source-hooks @@ -93,7 +93,7 @@ def main(): exec_hook = subprocess.check_call('cd source && live-build/' + os.path.basename(hook), shell=True) os.remove('source/live-build/' + os.path.basename(hook)) - # unmount coniguration directory + # unmount configuration directory umount = subprocess.check_call('umount source/live-build/config', shell=True) os.rmdir('source/live-build/config') |