Skip to content

Commit

Permalink
save work
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrowder committed May 15, 2024
1 parent e6a1b6e commit b990176
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions bin/mi6-helper
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env raku

use Mi6::Helper;
use Mi6::Utils;

if @*ARGS {
# do the work
Expand Down
4 changes: 2 additions & 2 deletions lib/Mi6/Utils.rakumod
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
unit module Mi6::Utils;

use Mi6::Helper;

unit module Mi6::Utils;

use App::Mi6;
use Text::Utils :normalize-string;
use File::Find;
Expand Down

0 comments on commit b990176

Please sign in to comment.