aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/start-solo-tool.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/start-solo-tool.sh b/deployment/start-solo-tool.sh
index 7b96b22..a293a61 100644
--- a/deployment/start-solo-tool.sh
+++ b/deployment/start-solo-tool.sh
@@ -6,7 +6,7 @@ mkdir -p "${SESSION_DIR}" "${SONG_POOL}"
# Get latest revision
cd "${SERVICE_DIR}"
rm -rf repo
-git clone --depth 1 https://git.0xf7.com/solo-tool.git repo
+git clone https://git.0xf7.com/solo-tool.git repo
# Bootstrap venv
cd repo