summaryrefslogtreecommitdiffstats
path: root/.bashrc
diff options
context:
space:
mode:
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index 256175c..f80a367 100644
--- a/.bashrc
+++ b/.bashrc
@@ -76,7 +76,7 @@ if [ -d "$HOME/.local/bin" ]; then
export PATH="$HOME/.local/bin:$PATH"
fi
-# ==== BEGIN ANISBLE GO CONFIG
+# ==== BEGIN ANSIBLE GO CONFIG
if command -v go 1>/dev/null 2>&1; then
export PATH="$PATH:/usr/local/go/bin"
export PATH="$HOME/go/bin:$PATH"