Skip to content

Commit b2ee5e2

Browse files
committed
update cli command in ui
1 parent 2ae0a6c commit b2ee5e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/alerts/RunProducerAlerts.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import {
66
import { grey } from '@mui/material/colors'
77
import { useState } from 'react'
88

9-
const START_COMMAND = 'npm run xl1 --logLevel="warn"'
9+
const START_COMMAND = 'npm start-cli"'
1010

1111
const StartProducerAlert: React.FC<AlertProps> = (props) => {
1212
const [copied, setCopied] = useState(false)

0 commit comments

Comments
 (0)