Skip to content

Commit f4a42cf

Browse files
committed
Update get.py
1 parent 65e01cc commit f4a42cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: tools/get.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def identify_platform():
232232
mkdir_p(dist_dir)
233233
for tool in tools_to_download:
234234
if is_test:
235-
print('Install: {0}'.format(tool['archiveFileName']))
235+
print('Would install: {0}'.format(tool['archiveFileName']))
236236
else:
237237
get_tool(tool)
238238
print('Platform Tools Installed')

0 commit comments

Comments
 (0)