fix, semi colon error lead to always updgrade

This commit is contained in:
Basile Burg 2015-09-21 01:43:56 +02:00
parent 1a362baf8c
commit c0bcd3852c
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ begin
pth := GetEnvironmentVariable('HOME') + '/.dub/packages/' + nme + '-master';
{$ENDIF}
itf := getMessageDisplay;
if DirectoryExists(pth) then;
if DirectoryExists(pth) then
begin
upd := true;
itf.message('information, the dub package is already fetched and will be upgraded', nil, amcApp, amkInf);