aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKate Ward <kate.ward@forestent.com>2018-01-15 10:33:29 +0100
committerKate Ward <kate.ward@forestent.com>2018-01-15 10:33:29 +0100
commitf3824aee6b77e65a1d3b7da8cc487b5970717a69 (patch)
tree0ab6f853bb6f366014ba73fdb6e1ac55a68ab029
parentbf9a2471431387588ada3b4a250f1d616bd9988c (diff)
downloadshflags-f3824aee6b77e65a1d3b7da8cc487b5970717a69.tar.gz
Updated GitHub URL.
-rwxr-xr-xgen_test_report.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gen_test_report.sh b/gen_test_report.sh
index 28da021..8c87154 100755
--- a/gen_test_report.sh
+++ b/gen_test_report.sh
@@ -4,11 +4,11 @@
# This script runs the provided unit tests and sends the output to the
# appropriate file.
#
-# Copyright 2008-2017 Kate Ward. All Rights Reserved.
+# Copyright 2008-2018 Kate Ward. All Rights Reserved.
# Released under the Apache 2.0 license.
#
# Author: kate.ward@forestent.com (Kate Ward)
-# https://github.com/kward/shunit2
+# https://github.com/kward/shflags
#
# Source following.
# shellcheck disable=SC1090,SC1091