Skip to content

Commit 6036699

Browse files
authored
Update automation_generate.sh
1 parent 9dc2d0a commit 6036699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.scripts/automation_generate.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ else
1212
echo "Branch file does not exist."
1313
fi
1414

15-
if [ -f "azure-sdk-tools" ]; then
15+
if [ -d "azure-sdk-tools" ]; then
1616
echo "Delete folder azure-sdk-tools"
1717
rm -rf azure-sdk-tools
1818
else

0 commit comments

Comments
 (0)