diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-06-27 15:14:40 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-06-27 15:14:40 +0200 |
commit | e146d9b7a2cd39f250a74920a248b57a92964459 (patch) | |
tree | 912831ff0251dd8c8b3d6f0f50b5216445c03050 /Makefile | |
parent | 0d32e8b0534430c03d054b72e17c67f000765d17 (diff) | |
download | vyos-build-e146d9b7a2cd39f250a74920a248b57a92964459.tar.gz vyos-build-e146d9b7a2cd39f250a74920a248b57a92964459.zip |
Makefile: indention fix
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -225,7 +225,7 @@ vep1400: check_build_config clean prepare .ONESHELL: test: if [ ! -f build/live-image-amd64.hybrid.iso ]; then - echo "Could not find build/live-image-amd64.hybrid.iso" + echo "Could not find build/live-image-amd64.hybrid.iso" exit 1 fi scripts/check-qemu-install --debug build/live-image-amd64.hybrid.iso |