Skip to content

Commit

Permalink
ci(metacacher): Format
Browse files Browse the repository at this point in the history
  • Loading branch information
ribose-jeffreylau committed Feb 5, 2025
1 parent c47158b commit fa95243
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions scripts/metacacher
Original file line number Diff line number Diff line change
Expand Up @@ -141,12 +141,11 @@ def hash_files(args)
end

def print_usage
STDERR.puts <<EOF
Usage: #{$0} jekyll PATH/TO/CONFIG.YML
#{$0} metanorma PATH/TO/METANORMA.YML
#{$0} version
EOF
STDERR.puts <<~EOF
Usage: #{$0} jekyll PATH/TO/CONFIG.YML
#{$0} metanorma PATH/TO/METANORMA.YML
#{$0} version
EOF
end


Expand Down

0 comments on commit fa95243

Please sign in to comment.