summaryrefslogtreecommitdiffstats
path: root/scripts/grab-logs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/grab-logs.sh')
-rwxr-xr-xscripts/grab-logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/grab-logs.sh b/scripts/grab-logs.sh
index 8a445ec99..5df573571 100755
--- a/scripts/grab-logs.sh
+++ b/scripts/grab-logs.sh
@@ -1,6 +1,6 @@
#!/bin/sh
-VER=$(make verrel)
+VER=$(fedpkg verrel)
ver=$(echo $VER | sed -e 's/-/ /g' | awk '{print $2}')
rev=$(echo $VER | sed -e 's/-/ /g' | awk '{print $3}')