Skip to content

Commit

Permalink
[tooling] ensure sync.sh is executed in correct folder
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-kialo committed Aug 19, 2024
1 parent 5869321 commit 9afa726
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions development/sync.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Ensure this script is executed in the same folder
cd "$(dirname "$0")"

# Ensure the directory exists
mkdir -p ./moodle/mod/kialo

Expand Down

0 comments on commit 9afa726

Please sign in to comment.