summaryrefslogtreecommitdiffstats
path: root/.profile
diff options
context:
space:
mode:
Diffstat (limited to '.profile')
-rw-r--r--.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.profile b/.profile
index c4b9019..93185bd 100644
--- a/.profile
+++ b/.profile
@@ -45,7 +45,7 @@ export MAILDIR="$HOME/mail"
export CVS_RSH="ssh"
if [ -x "$(command -v go)" ]; then
- export GOPATH="$HOME/s/go"
+ export GOPATH="$HOME/src/go"
export PATH="$GOPATH/bin:$PATH"
fi