Skip to content

Commit 5ad2e8a

Browse files
authored
Update format-csharp-document.sh
1 parent 6771187 commit 5ad2e8a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MultiProjectRepository/format-csharp-document.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ printf """
4444
"""
4545

4646
# Project files
47-
find "./csharp/Platform.$REPOSITORY_NAME" -type f -iname '*.cs' | sort -b | python format-csharp-files.py
47+
find "./csharp/Platform.$REPOSITORY_NAME" -type f -iname '*.cs' | sort -b | python2 format-csharp-files.py
4848

4949
# Tests files
50-
find "./csharp/Platform.$REPOSITORY_NAME.Tests" -type f -iname '*.cs' | sort -b | python format-csharp-files.py
50+
find "./csharp/Platform.$REPOSITORY_NAME.Tests" -type f -iname '*.cs' | sort -b | python2 format-csharp-files.py
5151

5252
printf """
5353
\\\printindex

0 commit comments

Comments
 (0)