Skip to content

Commit

Permalink
fix: remove now unecessary -b flag
Browse files Browse the repository at this point in the history
  • Loading branch information
AntoineSebert authored Oct 20, 2024
1 parent fa12d3e commit cedc2ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sourced/imaging/imgcat.nu
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def --env b64_encode [fn] {
}

def --env b64_decode [fn] {
$fn | decode base64 -b
$fn | decode base64
}

def print_image [
Expand Down

0 comments on commit cedc2ce

Please sign in to comment.