summary refs log tree commit diff
path: root/etc/tf
diff options
context:
space:
mode:
Diffstat (limited to 'etc/tf')
-rwxr-xr-xetc/tf/link.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/tf/link.zsh b/etc/tf/link.zsh
index a00f1c01..7753517e 100755
--- a/etc/tf/link.zsh
+++ b/etc/tf/link.zsh
@@ -3,5 +3,5 @@ set -o errexit -o nounset
 
 tf="$HOME/Library/Application Support/Steam/steamapps/common/Team Fortress 2/tf"
 for cfg in cfg/*.cfg; do
-    ln -s -f "$PWD/$cfg" "$tf/$cfg"
+	ln -s -f "$PWD/$cfg" "$tf/$cfg"
 done