Skip to content

Commit 9adef14

Browse files
committed
save
1 parent b1440bb commit 9adef14

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

TODO

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
Before release:
22

3-
Incorporate suggestions from @librasteve
3+
DONE:Incorporate suggestions from @librasteve
44

5-
Mostly fixed, but README is not getting descrip
5+
Make default initial branch 'main'
6+
7+
DONE: Mostly fixed, but README is not getting descrip
68
in the hidden file .Foo-Bar
79
+ make sure a test checks that
810

lib/Mi6/Helper.rakumod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ sub run-args(@args) is export {
422422
# do the work
423423
424424
# modes
425-
my $new = 0;
425+
my $new = 0;
426426
427427
# options
428428
my $force = 0;

lib/Mi6/Helper/Utils.rakumod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ sub find-file-suffixes(IO::Path $dir, :%meta, :$debug --> Hash) is export {
7373
sub get-basename-hash(
7474
@arr,
7575
:$debug
76-
--> Hash
76+
--> Hash
7777
) is export {
7878
# @arr is a list of paths; from it, create a hash keyed by basename
7979
# with its value an array of paths (usually one)
@@ -295,7 +295,6 @@ sub cd($dir, :$debug) is export {
295295
&chdir($dir);
296296
}
297297

298-
299298
sub put-hidden-text(
300299
$descrip,
301300
:$parent-dir!,

0 commit comments

Comments
 (0)