Skip to content

Commit 19d941b

Browse files
authored
Merge pull request #2204 from urfave/dependabot/pip/python-packages-d51531eb39
chore(deps): bump mkdocs-material from 9.6.20 to 9.6.21 in the python-packages group
2 parents de9b5b4 + c94c688 commit 19d941b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

command_run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ outer:
9292
// definitions and the matching Action functions are run.
9393
func (cmd *Command) Run(ctx context.Context, osArgs []string) (deferErr error) {
9494
_, deferErr = cmd.run(ctx, osArgs)
95-
return
95+
return deferErr
9696
}
9797

9898
func (cmd *Command) run(ctx context.Context, osArgs []string) (_ context.Context, deferErr error) {

docs.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ func prefixFor(name string) (prefix string) {
1414
prefix = "--"
1515
}
1616

17-
return
17+
return prefix
1818
}
1919

2020
// Returns the placeholder, if any, and the unquoted usage string.

mkdocs-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mkdocs-git-revision-date-localized-plugin==1.4.7
2-
mkdocs-material==9.6.20
2+
mkdocs-material==9.6.21
33
mkdocs==1.6.1
44
mkdocs-redirects==1.2.2
55
pygments==2.19.2

0 commit comments

Comments
 (0)