We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f96fa31 + a60e433 commit 7130326Copy full SHA for 7130326
1 file changed
script/teach-class
@@ -64,7 +64,9 @@ do_task() {
64
COLLAB_REPO_WHITESPACE="$(echo -e "$COLLAB_REPO" | tr -d '[:space:]')"
65
COLLAB_REPO=$COLLAB_REPO_WHITESPACE
66
elif [ "$TASK" -ne 0 ]; then
67
- # Validate we have env variables sourced
+ # shellcheck disable=SC1091
68
+ source "$HOME/.trainingmanualrc"
69
+ # Validate env variables
70
check_env
71
fi
72
0 commit comments