summary refs log tree commit diff
path: root/pkgs/build-support/rust/fetch-cargo-deps
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/rust/fetch-cargo-deps')
-rwxr-xr-xpkgs/build-support/rust/fetch-cargo-deps2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/build-support/rust/fetch-cargo-deps b/pkgs/build-support/rust/fetch-cargo-deps
index 69eb404e6445..ae1ca62050fc 100755
--- a/pkgs/build-support/rust/fetch-cargo-deps
+++ b/pkgs/build-support/rust/fetch-cargo-deps
@@ -24,10 +24,12 @@ export CARGO_HOME=$out
 cd $src
 
 if [[ ! -f Cargo.lock ]]; then
+    echo
     echo "ERROR: The Cargo.lock file doesn't exist"
     echo
     echo "Cargo.lock is needed to make sure that depsSha256 doesn't change"
     echo "when the registry is updated."
+    echo
 
     exit 1
 fi