Skip to content

Commit

Permalink
build: Fix paths...
Browse files Browse the repository at this point in the history
  • Loading branch information
erg committed Jan 4, 2020
1 parent 16135ef commit 9bb1927
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ echo Deleting staging images from temp/...
del temp\staging.*.image

echo Updating working copy from %GIT_BRANCH%...
call git pull git://factorcode.org/git/factor.git %GIT_BRANCH%
call git pull https://github.com/factor/factor %GIT_BRANCH%
if errorlevel 1 goto fail

echo Building vm...
Expand Down
4 changes: 2 additions & 2 deletions extra/mason/git/git.factor
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ IN: mason.git
{
"git"
"clone"
"git://factorcode.org/git/factor-github.git"
"git://factorcode.org/git/factor.git"
} ;

: git-clone ( -- )
Expand All @@ -28,7 +28,7 @@ IN: mason.git
{
"git"
"pull"
"git://factorcode.org/git/factor-github.git"
"git://factorcode.org/git/factor.git"
"master"
} ;

Expand Down

0 comments on commit 9bb1927

Please sign in to comment.