Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
no candidates doesnt need a check
  • Loading branch information
tony-o committed Sep 28, 2015
1 parent b805f49 commit ae9afc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/CompUnitRepo/Local/Installation.pm
Expand Up @@ -213,7 +213,7 @@ See http://design.perl6.org/S22.html#provides for more information.\n";
}
}
}
+@candi ?? @candi[0] !! ();
();
}

method short-id() { 'inst' }
Expand Down

0 comments on commit ae9afc5

Please sign in to comment.