summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/spin2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/spin b/bin/spin
index 8cf728d..396ce7f 100755
--- a/bin/spin
+++ b/bin/spin
@@ -582,7 +582,7 @@ sub footer {
$modified = sprintf ("%d-%02d-%02d", $1, $2, $3);
}
} elsif (defined $REPO && $source =~ /^\Q$SOURCE/) {
- my $modified = $REPO->run ('log', '-1', '--format=%ct', $source);
+ $modified = $REPO->run ('log', '-1', '--format=%ct', $source);
if ($modified) {
$modified = strftime ('%Y-%m-%d', gmtime $modified);
}