Skip to content

Commit

Permalink
Fix regexp rof dvc command
Browse files Browse the repository at this point in the history
  • Loading branch information
iAdramelk committed Aug 9, 2019
1 parent 1d1b9e8 commit 15cc034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Documentation/Markdown/utils/remark-linker.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import visit from 'unist-util-visit'
import { getItemByPath } from '../../SidebarMenu/helper'

const DVC_REGEXP = /dvc\s+[a-z][a-z-.]*\s/
const DVC_REGEXP = /dvc\s+[a-z][a-z-.]*/
const COMMAND_REGEXP = /^[a-z][a-z-]*$/
const COMMAND_ROOT = '/doc/commands-reference/'

Expand Down

0 comments on commit 15cc034

Please sign in to comment.