diff options
Diffstat (limited to 'scripts/image-build')
| -rwxr-xr-x | scripts/image-build/build-vyos-image | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/image-build/build-vyos-image b/scripts/image-build/build-vyos-image index f8c70327..a311c2d8 100755 --- a/scripts/image-build/build-vyos-image +++ b/scripts/image-build/build-vyos-image @@ -370,7 +370,7 @@ def build(): shutil.copytree(sb_certs, f'{lb_config_dir}/includes.chroot/var/lib/shim-signed/mok') # Switch to the build directory, this is crucial for the live-build work - # because the efective build config files etc. are there. + # because the effective build config files etc. are there. # # All directory paths from this point must be relative to BUILD_DIR, # not to the vyos-build repository root. @@ -404,7 +404,7 @@ def build(): # Initialize Git object from our repository try: repo = git.Repo('.', search_parent_directories=True) - # Retrieve the Git commit ID of the repository, 14 charaters will be sufficient + # Retrieve the Git commit ID of the repository, 14 characters will be sufficient build_git = repo.head.object.hexsha[:14] # Retrieve git branch name or current tag |
