mirror of
https://github.com/netbootxyz/netboot.xyz.git
synced 2026-01-23 02:34:26 +00:00
Fix script for recent lint changes
This commit is contained in:
parent
3dd47238b7
commit
a9b0e6aaa5
1 changed files with 2 additions and 2 deletions
|
|
@ -31,10 +31,10 @@ fi
|
|||
# build release files
|
||||
if ! [[ "${TYPE}" == "rolling" ]]; then
|
||||
sed -i \
|
||||
"/^#boot_version/c\boot_version: \"${BOOT_VERSION}\"" \
|
||||
"/^# boot_version/c\boot_version: \"${BOOT_VERSION}\"" \
|
||||
user_overrides.yml
|
||||
sed -i \
|
||||
"/^#boot_domain/c\boot_domain: ${BOOT_DOMAIN}" \
|
||||
"/^# boot_domain/c\boot_domain: ${BOOT_DOMAIN}" \
|
||||
user_overrides.yml
|
||||
|
||||
# Build release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue