diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/mkimage.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/mkimage.sh b/scripts/mkimage.sh index fa73d6697b..023669d3a4 100755 --- a/scripts/mkimage.sh +++ b/scripts/mkimage.sh @@ -265,7 +265,7 @@ for ARCH in $req_arch; do abuild-apk update --root "$APKROOT" if [ "$_yaml" = "yes" ]; then - _yaml_out=${OUTDIR:-.}/latest-release.yaml + _yaml_out=${OUTDIR:-.}/latest-releases.yaml echo "---" > "$_yaml_out" fi for PROFILE in $req_profiles; do |