summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2018-05-09 16:45:06 +0200
committerLinus Färnstrand <linus@mullvad.net>2018-05-14 23:12:21 +0200
commit1470afdc0782c3d306f3f8c76b10171659d0dfa0 (patch)
treeee967a4495fbb3f37f38280de5cc8bfd06e2cdef
parent6b6ddb3642e8b7fdbab53cbbbb40171b2e015f86 (diff)
downloadmullvadvpn-1470afdc0782c3d306f3f8c76b10171659d0dfa0.tar.xz
mullvadvpn-1470afdc0782c3d306f3f8c76b10171659d0dfa0.zip
Remove mention of "backend" and update to "daemon"
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index 40f1052be7..87116e49ee 100755
--- a/build.sh
+++ b/build.sh
@@ -32,7 +32,7 @@ esac
# Remove binaries. To make sure it is rebuilt with the stable toolchain and the latest changes.
cargo +stable clean
-echo "Compiling Rust backend in release mode with $RUSTC_VERSION..."
+echo "Compiling mullvad-daemon in release mode with $RUSTC_VERSION..."
cargo +stable build --release