Skip to content

Commit

Permalink
Deletes type, fix #104
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniogamiz committed Aug 26, 2019
1 parent b52872f commit 6b3312f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Perl6/Documentable/CLI.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ package Perl6::Documentable::CLI {
Str :$dirs?, #= Dirs where documentation will be found. Relative to :$topdir
Bool :a(:$all) = False #= Equivalent to -t -p -k -i -s
) {
if (!"./html".IO.e || !"./assets".IO.e || !"./templates".IO.e) {
if (!"./html".IO.e || !"./assets".IO.e || !"./template".IO.e) {
note q:to/END/;
(warning) html and/or assets and/or templates directories
cannot be found. You can get the defaults by executing:
Expand Down

0 comments on commit 6b3312f

Please sign in to comment.