Skip to content

Commit 32ce328

Browse files
committed
minor change
1 parent 845c122 commit 32ce328

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/check_xcode.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,5 @@ jobs:
1717
1818
echo "Looking for installed Xcode bundles in /Applications..."
1919
INSTALLED=$(ls -1 /Applications | grep -i Xcode || true)
20-
echo "Installed:"
21-
echo $INSTALLED
20+
echo "Installed: $INSTALLED"
2221
shell: bash

0 commit comments

Comments
 (0)