diff options
author | svenz <sven.zimm@gmx.net> | 2023-06-01 15:20:31 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-01 15:20:31 +0200 |
commit | 38ce40c66c54bfb48104e19e0e874cc047bc2092 (patch) | |
tree | 21fa94223d9a09a6ee570befea055aced1bf0b18 /scripts | |
parent | 27f82ef4a8fc589738ef06040dad5c0e214f97aa (diff) |
Update install-multi-user.sh
delete duplicate word 'with' in status message
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-multi-user.sh b/scripts/install-multi-user.sh index 79deb2819..c11783158 100644 --- a/scripts/install-multi-user.sh +++ b/scripts/install-multi-user.sh @@ -880,7 +880,7 @@ configure_shell_profile() { fi done - task "Setting up shell profiles for Fish with with ${PROFILE_FISH_SUFFIX} inside ${PROFILE_FISH_PREFIXES[*]}" + task "Setting up shell profiles for Fish with ${PROFILE_FISH_SUFFIX} inside ${PROFILE_FISH_PREFIXES[*]}" for fish_prefix in "${PROFILE_FISH_PREFIXES[@]}"; do if [ ! -d "$fish_prefix" ]; then # this specific prefix (ie: /etc/fish) is very likely to exist |