From 57fe9c35bc0dff9910d394179314a39eae40d40f Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 2 Mar 2024 10:29:14 +0100 Subject: [PATCH] Clone version 2.9 of slime --- sbcl-nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sbcl-nginx.yml b/sbcl-nginx.yml index 1b3ad4b..169bbc1 100644 --- a/sbcl-nginx.yml +++ b/sbcl-nginx.yml @@ -320,7 +320,7 @@ write_files: content: | #!/bin/bash # Clone the SLIME repository for a specific branch and depth - git clone --depth 1 --branch v2.28 https://github.com/slime/slime.git ~/slime + git clone --branch v2.9 https://github.com/slime/slime.git ~/slime - path: /home/cl/setup_user_all.sh owner: 'cl:cl'