diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2017-08-29 15:06:35 +0200 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2017-08-29 15:06:35 +0200 |
commit | c5a334deb8394a7474e4515ae4c2f086329ef180 (patch) | |
tree | cabb824f8325425f7d9e1987cb8bf01c065dbcbc /functions | |
parent | 4bba8ebb116edd4cdb0baad0e6012848e7517fc3 (diff) | |
download | vyos-live-build-c5a334deb8394a7474e4515ae4c2f086329ef180.tar.gz vyos-live-build-c5a334deb8394a7474e4515ae4c2f086329ef180.zip |
Update PREPARER data for consistency
Diffstat (limited to 'functions')
-rwxr-xr-x | functions/defaults.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/defaults.sh b/functions/defaults.sh index dc6020758..f17fb7bbb 100755 --- a/functions/defaults.sh +++ b/functions/defaults.sh @@ -651,7 +651,7 @@ Set_defaults () esac # Set iso preparer - LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; https://debian-live.alioth.debian.org/devel/live-build}" + LB_ISO_PREPARER="${LB_ISO_PREPARER:-live-build \$VERSION; https://debian-live.alioth.debian.org/live-build}" # Set iso publisher case "${LB_MODE}" in |