Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
jackton1 and github-actions[bot] authored Jan 4, 2024
1 parent d7231bf commit 365df37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ function concatenate_unique_filenames() {
done

filenames=$(echo "$filenames" | tr "$separator" '\n' | sort -u | tr '\n' "$separator")
filenames=${filenames%$separator} # Remove trailing separator
filenames=${filenames%"$separator"} # Remove trailing separator

echo "$filenames"
}
Expand Down

0 comments on commit 365df37

Please sign in to comment.