Skip to content

Commit 5e8737e

Browse files
committed
fix
1 parent 3e22e5b commit 5e8737e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: scripts/cli/playground

+1
Original file line numberDiff line numberDiff line change
@@ -11301,6 +11301,7 @@ playground_update_readme_command() {
1130111301

1130211302
set +e
1130311303
tmp_dir="/tmp/update-readme"
11304+
mkdir -p "$tmp_dir"
1130411305
trap 'rm -rf $tmp_dir' EXIT
1130511306

1130611307
cd ${root_folder}

0 commit comments

Comments
 (0)