summaryrefslogtreecommitdiffstats
path: root/src/fedpkg.bash
diff options
context:
space:
mode:
Diffstat (limited to 'src/fedpkg.bash')
-rw-r--r--src/fedpkg.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fedpkg.bash b/src/fedpkg.bash
index 4cf8fc3..6694db9 100644
--- a/src/fedpkg.bash
+++ b/src/fedpkg.bash
@@ -35,7 +35,7 @@ _fedpkg()
$( compgen -W '$( command ls *.src.rpm 2>/dev/null )' \
-- "$cur" ) )
return 0;
- ;;
+ ;;
-*)
return 0;
;;