diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2022-07-07 20:55:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-07-12 11:46:09 +0000 |
commit | 48744c15aa50bcd3e5cb6558d09d12760cd92633 (patch) | |
tree | e7233d928ec423da6ef490dd656769fcf99c8f62 | |
parent | d475036b10cfb4690d59c4108403bc521003a327 (diff) | |
download | alpine-conf-48744c15aa50bcd3e5cb6558d09d12760cd92633.zip |
remove space in community repo comment
consistent with other repos
-rw-r--r-- | setup-apkrepos.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup-apkrepos.in b/setup-apkrepos.in index 736cc63..504025e 100644 --- a/setup-apkrepos.in +++ b/setup-apkrepos.in @@ -153,7 +153,7 @@ usage() { exit $1 } -community_prefix="# " +community_prefix="#" add_fastest=false add_first=false add_random=false |