From ef1e5d7b1816c9bbaee71ecf716b542abf758423 Mon Sep 17 00:00:00 2001 From: Lubomír Sedlář Date: Jan 27 2021 12:46:18 +0000 Subject: Remove duplicated definition for lint Signed-off-by: Lubomír Sedlář --- diff --git a/conf/bash-completion/fedpkg.bash b/conf/bash-completion/fedpkg.bash index 510c9c0..64cba50 100644 --- a/conf/bash-completion/fedpkg.bash +++ b/conf/bash-completion/fedpkg.bash @@ -95,7 +95,7 @@ _fedpkg() local after= after_more= case $command in - help|gimmespec|gitbuildhash|giturl|lint|new|push|unused-patches|verrel) + help|gimmespec|gitbuildhash|giturl|new|push|unused-patches|verrel) ;; build) options="--nowait --background --skip-tag --scratch --skip-remote-rules-validation --fail-fast"