projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
18a3e15
)
fix typo in source line
author
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 05:30:07 +0000
(
00:30
-0500)
committer
Chris Koeritz
<fred@gruntose.com>
Sun, 12 Nov 2017 05:30:07 +0000
(
00:30
-0500)
scripts/site_avenger/standup.sh
patch
|
blob
|
history
diff --git
a/scripts/site_avenger/standup.sh
b/scripts/site_avenger/standup.sh
index 7ed1c8405e1d01dc7d85c2272ae87b7aa43a5883..e3cf02c6d12569c8e5f1e48b0c3b4d2dc156cde3 100644
(file)
--- a/
scripts/site_avenger/standup.sh
+++ b/
scripts/site_avenger/standup.sh
@@
-9,7
+9,7
@@
export WORKDIR="$( \cd "$(\dirname "$0")" && \pwd )" # obtain the script's working directory.
export FEISTY_MEOW_APEX="$( \cd "$WORKDIR/../.." && \pwd )"
-source "$FEISTY_MEOW_
SCRIPTS
/core/launch_feisty_meow.sh"
+source "$FEISTY_MEOW_
APEX/scripts
/core/launch_feisty_meow.sh"
############################