summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorruki <[email protected]>2025-12-10 23:53:26 +0800
committerruki <[email protected]>2025-12-10 23:53:26 +0800
commit4bf9a07b5c5b375f16199e61bacee266025b5957 (patch)
tree5f634e5d82d2ecdf9b01272975b89ca3ae298c3a
parent1a69e15b8d9b00ff27d1a2488546ed713e36d36a (diff)
improve update profile
-rw-r--r--xmake/actions/update/main.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/actions/update/main.lua b/xmake/actions/update/main.lua
index 8cfe237ee..f417a70c6 100644
--- a/xmake/actions/update/main.lua
+++ b/xmake/actions/update/main.lua
@@ -339,7 +339,7 @@ test -f "%s" && source "%s"
file = file .. "\n"
end
end
- file = file .. "# >>> xmake >>>\n" .. command .. "\n# <<< xmake <<<"
+ file = file .. "# >>> xmake >>>\n" .. command .. "\n# <<< xmake <<<\n"
io.writefile(target, file)
return true
end,