diff options
| author | Ahmed Abdelhalim <[email protected]> | 2026-01-18 22:02:43 +0100 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2026-01-18 22:02:43 +0100 |
| commit | d4297010405d9d63008625ffd6c74d7bfc2df8a6 (patch) | |
| tree | b73c6d52629decd59c0857ee09dc1264c044c0f7 | |
| parent | 84c2f67717d6fa7ed737e377a199c6b6f125f473 (diff) | |
Fix typo
| -rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |
