diff options
| author | Christian Breunig <christian@breunig.cc> | 2026-03-26 19:10:27 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-26 19:10:27 +0100 |
| commit | c706d31207c10ce0bec1d46d50685df6bd7bfacd (patch) | |
| tree | 61230e66feaca429c63af930ba00816f17dd7dbc /scripts/image-build | |
| parent | d541957b6ae051f4e3dce097e5215d32a03c8f30 (diff) | |
| parent | 2933d0f5f5d17551b292cdafb8315cf2876e64a7 (diff) | |
| download | vyos-build-c706d31207c10ce0bec1d46d50685df6bd7bfacd.tar.gz vyos-build-c706d31207c10ce0bec1d46d50685df6bd7bfacd.zip | |
Merge pull request #1146 from sever-sever/T8410
T8410: Fix typos and mistakes in scripts and comments
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 |
