Skip to content

Commit

Permalink
[Docs] fix folder name in align_tutorials 1.6.x (#5678)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniels290813 committed Jun 2, 2024
1 parent 8c5fd1e commit 5b9d2fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorials/align_tutorials.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ if [[ "${tag_prefix}" < "1.4" ]]; then
fi

# removing old tutorial folder
rm -rf "${tutorial_dir}/tutorial"
rm -rf "${tutorial_dir}/tutorials"

# Making of git url that holds tar asset
# e.g. https://github.com/mlrun/mlrun/releases/download/v1.5.0-rc3/mlrun-tutorials.tar
Expand Down

0 comments on commit 5b9d2fc

Please sign in to comment.