Skip to content

Commit

Permalink
Tag only whe publishing on sf
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 4, 2017
1 parent f92129d commit 65b6b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makepack-dolibarr.pl
Expand Up @@ -334,7 +334,7 @@
}
foreach my $target (sort keys %CHOOSEDPUBLISH) {
if ($CHOOSEDPUBLISH{$target} < 0) { next; }
if ($target eq 'ASSO') { $nbofpublishneedchangelog++; $nbofpublishneedtag++; }
if ($target eq 'ASSO') { $nbofpublishneedchangelog++; }
if ($target eq 'SF') { $nbofpublishneedchangelog++; $nbofpublishneedtag++; }
$nboftargetok++;
}
Expand Down

0 comments on commit 65b6b14

Please sign in to comment.