Skip to content

Commit 89cce44

Browse files
chore: Apply suggestion
Co-authored-by: Nick <10092581+NickLarsenNZ@users.noreply.github.com>
1 parent 7eb3cec commit 89cce44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

template/Tiltfile.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ operator_repository = settings.get('default_operator_repository', registry + '/'
1313
operator_image_name = operator_repository + '/' + operator_name
1414

1515
{[% if operator.config.has_product | default(true) %}]
16-
# For the product image, we wanna use the images in the "sdp" namespace, because "sandbox" doesn't
16+
# For the product image, we want to use the images in the "sdp" namespace, because "sandbox" doesn't
1717
# contain those images (by default).
1818
product_repository = settings.get('default_product_repository', registry + '/' + 'sdp')
1919
{[%- endif %}]

0 commit comments

Comments
 (0)