fix typo in source line
authorChris Koeritz <fred@gruntose.com>
Sun, 12 Nov 2017 05:30:07 +0000 (00:30 -0500)
committerChris Koeritz <fred@gruntose.com>
Sun, 12 Nov 2017 05:30:07 +0000 (00:30 -0500)
scripts/site_avenger/standup.sh

index 7ed1c8405e1d01dc7d85c2272ae87b7aa43a5883..e3cf02c6d12569c8e5f1e48b0c3b4d2dc156cde3 100644 (file)
@@ -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"
 
 ############################