diff options
author | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-17 22:09:51 +0000 |
---|---|---|
committer | Lyndon Brown <jnqnfe@gmail.com> | 2020-03-17 22:09:51 +0000 |
commit | dadeec9d396382d42bae0cf490dc55456fa71199 (patch) | |
tree | dd4fb0af9e5ef88c7a7b1243586a5ce9b98d2e43 /scripts/build/bootstrap_cache | |
parent | fe9195b59c9647598ecea00900edfe2678bddcac (diff) | |
download | vyos-live-build-dadeec9d396382d42bae0cf490dc55456fa71199.tar.gz vyos-live-build-dadeec9d396382d42bae0cf490dc55456fa71199.zip |
stagefiles: fix doc mistake
missed in final revision of fe9195b59c9647598ecea00900edfe2678bddcac
Gbp-Dch: Ignore
Diffstat (limited to 'scripts/build/bootstrap_cache')
-rwxr-xr-x | scripts/build/bootstrap_cache | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/bootstrap_cache b/scripts/build/bootstrap_cache index 8cbf30536..0338c9ef4 100755 --- a/scripts/build/bootstrap_cache +++ b/scripts/build/bootstrap_cache @@ -32,7 +32,7 @@ fi _ACTION="${1}" shift -# Set non-default stage file name (auto picked up by the functions) +# Set non-default stage file name # Note, this (plus the applicable extension added below) must match that used in `bootstrap_debootstrap` STAGE_FILE="bootstrap_cache.${_ACTION}" |