Skip to content

Commit 5b5df28

Browse files
transfer: I am a Blind Guy
* Add missed out uploader to non progress bar variant, Thanks to pratyush for reporting
1 parent 6f6fc6d commit 5b5df28

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

transfer.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,7 @@ int main(int argc, char *argv[]) {
157157
}
158158
#else
159159
sprintf(cmdbuf, "curl -T %s %s", argv[1], "https://transfer.sh");
160+
ret = uploader(cmdbuf);
160161
#endif
161162
#endif
162163
return ret;

0 commit comments

Comments
 (0)