Skip to content

Commit

Permalink
file fix
Browse files Browse the repository at this point in the history
  • Loading branch information
hkusu committed Dec 19, 2023
1 parent 41b3dcd commit 75bf482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create_file_name.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function get_file_name() {
function create_file_name() {
sha="$(echo -n "${1}-${2}-${3}" | openssl sha1 | awk '{print $2}')"
echo -n "${sha}.txt"
}

0 comments on commit 75bf482

Please sign in to comment.