From 1abc675973cfc1f2ac4262b0052c96216df9b7de Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Sun, 21 Feb 2021 20:44:44 +0000 Subject: [PATCH] Fix system-info conduit command --- .conduit.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.conduit.yaml b/.conduit.yaml index a56b2fe..3125d13 100644 --- a/.conduit.yaml +++ b/.conduit.yaml @@ -31,5 +31,5 @@ - src: layouts/window-wide-right dst: ~/.local/share/tmux/layouts/window-wide-right - command: - - install: system-info/install.sh - - remove: system-info/remove.sh + install: system-info/install.sh + remove: system-info/remove.sh