Skip to content

Commit

Permalink
okay now things seem okay.
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobmealey committed Mar 9, 2024
1 parent 1dd8666 commit 673041f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion trurl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1572,7 +1572,7 @@ int main(int argc, const char **argv)
if(o.jsonout)
putchar('[');

if(!o.url && !o.url_list && !o.iter_list && !isatty(STDIN_FILENO)) {
if(!o.url && !o.url_list && !o.set_list && !isatty(STDIN_FILENO)) {
o.url = stdin;
}

Expand Down

0 comments on commit 673041f

Please sign in to comment.