aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiquel Lionel <lionelmiquel@sfr.fr>2021-01-06 20:59:57 +0100
committerMiquel Lionel <lionel@les-miquelots.net>2021-01-06 20:59:57 +0100
commit16bd313334f2cf8fd94ed64222e9da36fa6e3fa9 (patch)
treea3fb8cbebd52dc0648e058f8390cf45966ebb383
parent5603ebba8115dbe643b12188d76d80e198ac40bb (diff)
downloadnfsn_authncleanup_hooks-16bd313334f2cf8fd94ed64222e9da36fa6e3fa9.tar.gz
nfsn_authncleanup_hooks-16bd313334f2cf8fd94ed64222e9da36fa6e3fa9.zip
oops add ';' when printing copyrigt otherwise fail
-rwxr-xr-xnfsn_auth.pl2
-rwxr-xr-xnfsn_cleanup.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/nfsn_auth.pl b/nfsn_auth.pl
index 8b11402..61ee1fb 100755
--- a/nfsn_auth.pl
+++ b/nfsn_auth.pl
@@ -2,7 +2,7 @@
use warnings;
use strict;
use WebService::NFSN;
-print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel"
+print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel";
###vvvEDIT THISvvv###
my $USER = 'username';
my $API_KEY = '12345678901';
diff --git a/nfsn_cleanup.pl b/nfsn_cleanup.pl
index f2c966c..0c6ad09 100755
--- a/nfsn_cleanup.pl
+++ b/nfsn_cleanup.pl
@@ -2,7 +2,7 @@
use warnings;
use strict;
use WebService::NFSN;
-print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel"
+print "nfsn_auth.pl, Copyright (C) 2020 Miquel Lionel";
###vvvEDIT THISvvv###
my $USER = 'username';