From 9c970f220b1cc46aea82e0619d1cd1be8ccd6d78 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Sat, 7 Jan 2023 23:52:19 +0100 Subject: deploy.sh: fix typo --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deploy.sh') diff --git a/deploy.sh b/deploy.sh index 0efa88a..7cd4280 100755 --- a/deploy.sh +++ b/deploy.sh @@ -35,7 +35,7 @@ ln -sf ${CONFIG_DIR}/alacritty/alacritty.yml ${HOME}/.config/alacritty/alacritty mkdir -p ${HOME}/.config/lintian ln -sf ${CONFIG_DIR}/debian/lintianrc ${HOME}/.config/lintian/lintianrc -ln -sf ${CONFIG_DIR}/debian/gdb.conf ${HOME}/.gbp.conf +ln -sf ${CONFIG_DIR}/debian/gbp.conf ${HOME}/.gbp.conf ln -sf ${CONFIG_DIR}/debian/devscripts ${HOME}/.devscripts for profile in ${HOME}/.mozilla/firefox/*.default ${HOME}/.mozilla/firefox/*.default-release; do -- cgit v1.2.3