From dabfa7c25c95c9ea358d114173573f0ca10e65b3 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Mon, 10 Jun 2019 18:28:27 +0200 Subject: [PATCH] Feat: correct git clone dest for st --- tasks/arch_graphicals.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/arch_graphicals.yml b/tasks/arch_graphicals.yml index ec04175..042b58f 100644 --- a/tasks/arch_graphicals.yml +++ b/tasks/arch_graphicals.yml @@ -85,7 +85,7 @@ - name: Download st git: repo: https://git.opytex.org/lafrite/st.git - dest: /home/aur_builder/ + dest: /home/aur_builder/st register: st_update - name: Install st