Skip to content

Commit

Permalink
edited manifest to remove dot
Browse files Browse the repository at this point in the history
  • Loading branch information
rsun19 committed May 20, 2024
1 parent 56910f3 commit f1c220f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/__mocks__/mockQuickStarts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export const mockQuickStarts = (): OdhQuickStart[] => [
appName: 'jupyter',
conclusion: 'You are now able to deploy a sample model stored in GitHub.',
description: 'How to deploy a Python model using Flask and OpenShift.',
displayName: 'Deploying a sample Python application using Flask and OpenShift.',
displayName: 'Deploying a sample Python application using Flask and OpenShift',
durationMinutes: 10,
icon: 'images/jupyterhub.svg',
introduction:
Expand Down
2 changes: 1 addition & 1 deletion manifests/apps/jupyter/deploy-python-model-quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
annotations:
opendatahub.io/categories: 'Model serving,Getting started'
spec:
displayName: Deploying a sample Python application using Flask and OpenShift.
displayName: Deploying a sample Python application using Flask and OpenShift
appName: jupyter
durationMinutes: 10
icon: 'images/jupyter.svg'
Expand Down

0 comments on commit f1c220f

Please sign in to comment.