From d67db3c3651b4c150f7a467c8f1841818b6c0f2a Mon Sep 17 00:00:00 2001 From: tastytea Date: Mon, 9 May 2022 01:51:17 +0200 Subject: [PATCH] Fix printed command in setup script --- .local/bin/setup_dotfiles.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/setup_dotfiles.sh b/.local/bin/setup_dotfiles.sh index d6ae512..c6dbbca 100755 --- a/.local/bin/setup_dotfiles.sh +++ b/.local/bin/setup_dotfiles.sh @@ -22,7 +22,7 @@ config config --local submodule.recurse true print -P "%F{12}Run%f" \ "%F{13}rm ${0} &&" \ "${tmp_git_command} checkout &&" \ - "config submodule update --init%f" \ + "${tmp_git_command} submodule update --init%f" \ "%F{12}to copy the files to your home directory.%f" # TODO: [remote "origin"] needs to have