Skip to content

Commit

Permalink
Fix shellcheck SC2086 (info)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmacario committed Nov 21, 2023
1 parent af14cd4 commit d938120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/install-freisa.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else
rm -f ./get-docker.sh
#
# Grant privileges to execute Docker commands to current user
sudo usermod -aG docker ${USER}
sudo usermod -aG docker "${USER}"
fi

# EOF

0 comments on commit d938120

Please sign in to comment.