Skip to content

Commit

Permalink
Minor indentation fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
twojstaryzdomu committed Jan 19, 2022
1 parent 17c7806 commit 6b54077
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.c
Original file line number Diff line number Diff line change
Expand Up @@ -2586,7 +2586,7 @@ void server_options(char **args, int *argc_p)
if (update_links) {
args[ac++] = "--update-links";
if (allow_link_update_dir)
args[ac++] = "--allow-link-update-dir";
args[ac++] = "--allow-link-update-dir";
}
} else {
if (copy_links)
Expand Down

0 comments on commit 6b54077

Please sign in to comment.