We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ab5dde commit afaebe9Copy full SHA for afaebe9
bin/sys
@@ -51,7 +51,7 @@ fi
51
### create/find credentials for using with git
52
53
if [ -n "$SUDO_USER" ]; then
54
- homedir=$(getent passwd ${SUDO_USER} | cut -d\: -f 6)
+ homedir=$(getent passwd ${SUDO_USER} | cut -d: -f 6)
55
git_config_file="${homedir}"/.gitconfig
56
hostname=$(hostname -f)
57
# check for user credentials!
0 commit comments