From a54be4863a4bfa975d81c48b0ec14dae96e8c321 Mon Sep 17 00:00:00 2001 From: Konstantin Demin Date: Tue, 20 Feb 2024 09:21:56 +0300 Subject: [PATCH] dotfiles: remove unreachable code found by CI --- .config/dotfiles/gen-gitignore.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.config/dotfiles/gen-gitignore.sh b/.config/dotfiles/gen-gitignore.sh index e819d3d..81a1cc7 100755 --- a/.config/dotfiles/gen-gitignore.sh +++ b/.config/dotfiles/gen-gitignore.sh @@ -30,5 +30,3 @@ else ## development tree gen_gitignore "${path_gitignore}" fi - -exit 1