Skip to content

Commit

Permalink
Make sure the right file is shared
Browse files Browse the repository at this point in the history
  • Loading branch information
dshoreman committed May 6, 2023
1 parent 46c75a2 commit 80cf2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.bash
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ main() {
ncfilename="$(nc_overwrite_check "$image")"
filename="$(echo "$image" | nc_upload "$ncfilename")"

json=$(nc_share "$filename")
json=$(nc_share "$ncfilename")
url="$(echo "$json" | make_share_url)"

echo "$url" | to_clipboard && send_notification
Expand Down

0 comments on commit 80cf2a6

Please sign in to comment.