Skip to content

Commit

Permalink
Fixed documentation dump commands
Browse files Browse the repository at this point in the history
  • Loading branch information
orpiske committed Sep 16, 2024
1 parent 0b2261a commit 96c32ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/cleanup-docs-for-dataset.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CODE_DIR=${1:-"$HOME/code/java/camel}"}
CODE_DIR=${1:-"$HOME/code/java/camel"}

# Cleanup the files (in 2 steps out of precaution)
find $CODE_DIR -type f -iname '*-component.xml' -ipath '*src/main/docs*' -exec rm -f {} \;
Expand Down
2 changes: 1 addition & 1 deletion scripts/prepare-docs-for-dataset.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

CODE_DIR=${1:-"$HOME/code/java/camel}"}
CODE_DIR=${1:-"$HOME/code/java/camel"}
install_path=$(dirname "$0")

logDir=$(mktemp -d)
Expand Down

0 comments on commit 96c32ce

Please sign in to comment.