File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 11---
22title : ${1:$TM_FILENAME_BASE}
3- tags : host
3+ type : host
44foam_template :
55 filepath : ' hosts/$FOAM_TITLE/$FOAM_TITLE.md'
66 name : ' host'
Original file line number Diff line number Diff line change 11---
22title : ${1:$TM_FILENAME_BASE}
3- tags : service
3+ type : service
44foam_template :
55 filepath : ' services/$FOAM_TITLE/$FOAM_TITLE.md'
66 name : ' service'
Original file line number Diff line number Diff line change 11---
22title : ${1:$TM_FILENAME_BASE}
3- tags : user
3+ type : user
44foam_template :
55 filepath : ' users/$FOAM_TITLE/$FOAM_TITLE.md'
66 name : ' user'
Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ function current_status() {
192192 echo " Current User: ${CURRENT_USER} => ${USER} :${PASS} (${CURRENT_NT_HASH} )"
193193 fi
194194}
195- if [[ ! -z " $SHOW_CURRENT " ]]; then
195+ if [[ ! -z " $SHOW_CURRENT_STATUS " ]]; then
196196 current_status
197197fi
198198
You can’t perform that action at this time.
0 commit comments