mirror of https://gitlab.com/basile.b/dexed.git
fix, semi colon error lead to always updgrade
This commit is contained in:
parent
1a362baf8c
commit
c0bcd3852c
|
@ -162,7 +162,7 @@ begin
|
||||||
pth := GetEnvironmentVariable('HOME') + '/.dub/packages/' + nme + '-master';
|
pth := GetEnvironmentVariable('HOME') + '/.dub/packages/' + nme + '-master';
|
||||||
{$ENDIF}
|
{$ENDIF}
|
||||||
itf := getMessageDisplay;
|
itf := getMessageDisplay;
|
||||||
if DirectoryExists(pth) then;
|
if DirectoryExists(pth) then
|
||||||
begin
|
begin
|
||||||
upd := true;
|
upd := true;
|
||||||
itf.message('information, the dub package is already fetched and will be upgraded', nil, amcApp, amkInf);
|
itf.message('information, the dub package is already fetched and will be upgraded', nil, amcApp, amkInf);
|
||||||
|
|
Loading…
Reference in New Issue