Skip to content

Commit 899fed2

Browse files
author
Christopher M. Neill
committed
close ) in comment for reasons
1 parent d03aadb commit 899fed2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

ansible/roles/bash_aliases/templates/dot_bash_aliases.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app_name>.log
1+
# Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app_name>.log)
22
# Usage: logtail <app_name>
33
function logtail() {
44
local app_name="$1"

ansible/roles/bash_aliases/templates/dot_bash_aliases_root.sh.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app_name>.log
1+
# Follows the logfile for a given app_name interpolating the datetime string into the logpath (/var/log/runnable/YYYY/MM/DD/HH/<app_name>.log)
22
# Usage: logtail <app_name>
33
function logtail() {
44
local app_name="$1"

0 commit comments

Comments
 (0)