Skip to content

Commit 7e2a7ca

Browse files
authored
Merge pull request #37376 from gottesmm/pr-748eab9d443feab33ff8ffa601f0bf92e0ba0d7a
[build-script] Remove old name swift-dt from source for swift-inspect.
2 parents a8fa551 + c6e87eb commit 7e2a7ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/swift_build_support/swift_build_support/products/swiftinspect.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
class SwiftInspect(product.Product):
3333
@classmethod
3434
def product_source_name(cls):
35-
return "swift-dt"
35+
return "swift-inspect"
3636

3737
@classmethod
3838
def is_build_script_impl_product(cls):

0 commit comments

Comments
 (0)