Skip to content

Commit

Permalink
Merge pull request #8429 from svenz/master
Browse files Browse the repository at this point in the history
Update install-multi-user.sh
  • Loading branch information
edolstra authored Jun 6, 2023
2 parents b56319a + 38ce40c commit 2b01e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/install-multi-user.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2b01e83

Please sign in to comment.