We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79c7f0a commit 0ee7c79Copy full SHA for 0ee7c79
src/main/java/cf/maybelambda/fedora/ConsoleIOHelper.java
@@ -50,7 +50,7 @@ static List<String> promptForExclusions(List<String> packages, Scanner scanner)
50
}
51
52
} else {
53
- int idx = Integer.parseInt(part.trim());
+ int idx = Integer.parseInt(part);
54
if (idx >= 1 && idx <= packages.size()) {
55
excludeIndexes.add(idx - 1);
56
0 commit comments