From: Chris Koeritz Date: Sun, 12 Nov 2017 05:30:07 +0000 (-0500) Subject: fix typo in source line X-Git-Tag: 2.140.98^2~4^2~27 X-Git-Url: https://feistymeow.org/gitweb/?p=feisty_meow.git;a=commitdiff_plain;h=b99f5357395128241be47c883b6792a764242915 fix typo in source line --- diff --git a/scripts/site_avenger/standup.sh b/scripts/site_avenger/standup.sh index 7ed1c840..e3cf02c6 100644 --- 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" ############################