Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion script/teach-class
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,9 @@ do_task() {
COLLAB_REPO_WHITESPACE="$(echo -e "$COLLAB_REPO" | tr -d '[:space:]')"
COLLAB_REPO=$COLLAB_REPO_WHITESPACE
elif [ "$TASK" -ne 0 ]; then
# Validate we have env variables sourced
# shellcheck disable=SC1091
source "$HOME/.trainingmanualrc"
# Validate env variables
check_env
fi

Expand Down