chiark / gitweb /
Fix recursive tg calls: Pass tg parameters through properly
[topgit.git] / tg-info.sh
index 6c00d83b8804c2788665d17cc977ccf42dc556a8..4de74cc1278786138274c434f0ecade5c4ab5d74 100644 (file)
@@ -36,7 +36,7 @@ git cat-file blob "$name:.topmsg" | grep ^Subject:
 
 echo "Base: $base_rev"
 branch_contains "$name" "$base_rev" ||
-       echo "* Base is newer than head! Please run \`tg update\`."
+       echo "* Base is newer than head! Please run \`$tg update\`."
 
 if has_remote "$name"; then
        echo "Remote Mate: $base_remote/$name"