瀏覽代碼

Fix typo when creating hostname tag for title

Alois Mahdal 8 年之前
父節點
當前提交
f2887061a5
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      dotfiles/bash/post.bashrc

+ 1
- 1
dotfiles/bash/post.bashrc 查看文件

@@ -105,7 +105,7 @@ __bashum__mkpc() {
105 105
 __bashum__mkhostid() {
106 106
     test -n "$SSH_CONNECTION" || return
107 107
     echo "__bashum__mkhostid(): HOSTNAME='$HOSTNAME'" >&2
108
-    echo"${HOSTNAME%%.*}:"
108
+    echo "${HOSTNAME%%.*}:"
109 109
 }
110 110
 
111 111
 __bashum__setup_traps() {