Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit2642894

Browse files
committed
fix(git): Depth variable fails if string
1 parent21e59d7 commit2642894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎lua/packer/plugin_types/git.lua‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ local get_depth = function(plugin)
237237
returninfo.dateandfmt(' --shallow-since="%s"',info.date)or' --depth=999999'
238238
else
239239
localdepth=plugin.commitand999999orconfig.depth
240-
returnfmt(' --depth="%s"',depth)
240+
returnfmt(' --depth=%s',depth)
241241
end
242242
end
243243

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp