fix: linting

This commit is contained in:
Andrejus
2021-06-28 00:37:17 +01:00
parent 9cea0005ee
commit 27c3473936
12 changed files with 20 additions and 31 deletions

View File

@@ -74,13 +74,13 @@ function stow_package {
target=$(jq -r ".target" <<<"$1")
case $target in
HOME)
rm -f $HOME/.bashrc
rm -f $HOME/.profile
target=$HOME
;;
*)
;;
HOME)
rm -f $HOME/.bashrc
rm -f $HOME/.profile
target=$HOME
;;
*) ;;
esac
echo "Stowing $ABS_DIR/files/$name to $target"