diff options
Diffstat (limited to 'src/other_tools/git_operations/TARGETS')
-rw-r--r-- | src/other_tools/git_operations/TARGETS | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/other_tools/git_operations/TARGETS b/src/other_tools/git_operations/TARGETS index a8f86183..9d14f4bc 100644 --- a/src/other_tools/git_operations/TARGETS +++ b/src/other_tools/git_operations/TARGETS @@ -29,7 +29,8 @@ , "deps": [["src/buildtool/file_system", "git_repo"]] , "stage": ["src", "other_tools", "git_operations"] , "private-deps": - [ ["src/buildtool/logging", "logging"] + [ ["src/buildtool/logging", "log_level"] + , ["src/buildtool/logging", "logging"] , ["src/buildtool/file_system", "git_utils"] , ["src/buildtool/storage", "config"] , ["@", "fmt", "", "fmt"] |