summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Crompton2020-11-18 10:56:36 +0100
committerJames Crompton2020-11-18 10:56:36 +0100
commitfb8113d6c224b493a8fc70ae55bc50bd399d2eb4 (patch)
tree2cc9d60e273e87371363977bf23cf840733d2ec3
parentf4d905e18bf08503fc9c21479c5b5d2c92158ab5 (diff)
downloadaur-fb8113d6c224b493a8fc70ae55bc50bd399d2eb4.tar.gz
Update updater for new product name
-rw-r--r--updater.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/updater.pl b/updater.pl
index 2fb5a9d80c7f..340b67a35dc7 100644
--- a/updater.pl
+++ b/updater.pl
@@ -10,7 +10,7 @@ my $installer = "";
GetOptions("installer=s" => \$installer);
-unless ($installer =~ /(cewe-fotoservice|Mein_CEWE_FOTOBUCH)/){
+unless ($installer =~ /(CEWE_Fotowelt|Mein_CEWE_FOTOBUCH)/){
print "\033[1;31mNo AUR package available for this update ('$installer').\033[0m"
}else{