From b99f5357395128241be47c883b6792a764242915 Mon Sep 17 00:00:00 2001 From: Chris Koeritz Date: Sun, 12 Nov 2017 00:30:07 -0500 Subject: [PATCH] fix typo in source line --- scripts/site_avenger/standup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" ############################ -- 2.34.1