Skip to content

Commit

Permalink
Initialisation sspcloud
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Aug 28, 2023
1 parent 7bd768a commit 9ef300c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sspcloud/init-jupyter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ WORK_DIR="/home/onyxia/work"
CLONE_DIR="${WORK_DIR}/repo-git"
if [[ "$3" == "correction" ]];
then
COURSE_DIR="${CLONE_DIR}/corrections/course"
COURSE_DIR="${CLONE_DIR}/corrections"
else
COURSE_DIR="${CLONE_DIR}/notebooks/course"
COURSE_DIR="${CLONE_DIR}/notebooks"
fi

# Clone course repository
Expand Down

0 comments on commit 9ef300c

Please sign in to comment.