Skip to content

Commit 97f4c91

Browse files
committed
[script_manager] modified dirty repo test
1 parent 53d9a42 commit 97f4c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/script_manager.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ end
245245

246246

247247
local function is_repo_clean(repo_data)
248-
if string.match(repo_data, "\n%s-%a.-%a:%s-%g-\n") then
248+
if string.match(repo_data, "\n%s-%a.-%a:%s-%a%g-\n") then
249249
log.msg(log.info, "repo is dirty")
250250
return false
251251
else

0 commit comments

Comments
 (0)