Skip to content

Commit 2888440

Browse files
Update scripts/remove_data.sh
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
1 parent 2f20abe commit 2888440

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/remove_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ DIR="${SDK}"
2626

2727
TARGET_DIR="quickstart-ios/${DIR}"
2828

29-
if [ ! -d "$TARGET_DIR" ]; then
29+
if [[ ! -d "$TARGET_DIR" ]]; then
3030
echo "Error: Directory '$TARGET_DIR' not found." >&2
3131
echo "Please provide a valid SDK name." >&2
3232
exit 1

0 commit comments

Comments
 (0)