Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Jan 20, 2025
1 parent 86097b0 commit 39b27f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/Build.cs
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ class Build : NukeBuild
Target PreparePackInstallerGithub => _ => _.Executes(() =>
{

GitTasks.Git("clone https://github.com/MakesYT/ModernInstaller.git --single-branch --depth 1",
GitTasks.Git("clone http://github.com/MakesYT/ModernInstaller.git --single-branch --depth 1",
RootDirectory,new Dictionary<string, string>()
{
{"GIT_CLONE_PROTECTION_ACTIVE","false"}
Expand Down

0 comments on commit 39b27f3

Please sign in to comment.