summaryrefslogtreecommitdiff
path: root/dgit
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-07 02:43:59 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-11-07 02:44:02 +0000
commit59fbae9cfaa385e896af7714ee697a675de557ec (patch)
tree4432afe028667135db4dea9dd318073cfb86424c /dgit
parentea519f1cc25e15d0f589448fa578abf0bc8e24fb (diff)
dgit: printdone: Use $us.
No significant functional change right now. When $us changes, it will be more right. Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Diffstat (limited to 'dgit')
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index da62de1..bc9f74e 100755
--- a/dgit
+++ b/dgit
@@ -516,7 +516,7 @@ sub act_scary () { return !$dryrun_level; }
sub printdone {
if (!$dryrun_level) {
- progress "dgit ok: @_";
+ progress "$us ok: @_";
} else {
progress "would be ok: @_ (but dry run only)";
}