Skip to content

Commit 70c3b3f

Browse files
committed
feat: Improvements
1 parent de4ac97 commit 70c3b3f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/sdk-create-pr.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ fi
4343
# Create temp directory to work on
4444
# work_dir=$(mktemp -d)
4545
work_dir="temp-dir" # TODO: For testing only
46-
rm -rf ${work_dir} # TODO: For testing only
4746
mkdir ${work_dir} # TODO: For testing only
4847
if [[ ! ${work_dir} || -d {work_dir} ]]; then
4948
echo "Unable to create temporary directory"

0 commit comments

Comments
 (0)