Skip to content

Commit

Permalink
Merge pull request #2826 from rsun19/RHOAIENG-1138
Browse files Browse the repository at this point in the history
edited manifest to remove dot
  • Loading branch information
openshift-merge-bot[bot] authored May 29, 2024
2 parents 4fe93f0 + 0950972 commit 073cb0e
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 073cb0e

Please sign in to comment.