mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-11-18 15:40:21 +00:00
Added command to update project commit hash (#575)
This commit is contained in:
parent
0b6c2f1041
commit
45ac3eee2b
@ -336,8 +336,9 @@ public sealed partial class UpdateMetadataCommands
|
|||||||
await File.WriteAllLinesAsync(pathMetadata, lines, Environment.UTF8_NO_BOM);
|
await File.WriteAllLinesAsync(pathMetadata, lines, Environment.UTF8_NO_BOM);
|
||||||
Console.WriteLine(" done.");
|
Console.WriteLine(" done.");
|
||||||
}
|
}
|
||||||
|
|
||||||
private async Task UpdateProjectCommitHash()
|
[Command("update-project-hash", Description = "Update the project commit hash")]
|
||||||
|
public async Task UpdateProjectCommitHash()
|
||||||
{
|
{
|
||||||
const int COMMIT_HASH_INDEX = 8;
|
const int COMMIT_HASH_INDEX = 8;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user