Skip to content

Commit

Permalink
Remove error about no filename to allow the tool to be used without r…
Browse files Browse the repository at this point in the history
…equiring files to be processed (#2)
  • Loading branch information
joshbode committed Apr 4, 2024
1 parent 1d18e58 commit c42f919
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions utils.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ sops_bin() {

sops_env() {
if [[ -z ${MISE_TOOL_OPTS__FILENAME-} ]]; then
echoerr "no filename provided"
return 1
return
fi

# split filenames
Expand Down

0 comments on commit c42f919

Please sign in to comment.