diff options
| author | ruki <[email protected]> | 2017-06-19 21:16:59 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-06-19 21:23:00 +0800 |
| commit | 1e7d8c44b51528b129c9d600785fd7a84850646b (patch) | |
| tree | b86fcb28091ba83a3f5dc4b0485163a2e3c759f6 /xmake/modules/devel/git/pull.lua | |
| parent | e2d960162cd7c78eaa86ae3fc474a112ec4ddfbe (diff) | |
impl has_flags and rename detect.xxx to detect.xxxs
Diffstat (limited to 'xmake/modules/devel/git/pull.lua')
| -rw-r--r-- | xmake/modules/devel/git/pull.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/devel/git/pull.lua b/xmake/modules/devel/git/pull.lua index 5874ae460..504d64ebd 100644 --- a/xmake/modules/devel/git/pull.lua +++ b/xmake/modules/devel/git/pull.lua @@ -24,7 +24,7 @@ -- imports import("core.base.option") -import("detect.tool.find_git") +import("detect.tools.find_git") -- pull remote commits -- |
