From 90130382f2d665417759781807a7274cfe7dc88e Mon Sep 17 00:00:00 2001 From: Dennis Gilmore Date: May 14 2016 13:36:14 +0000 Subject: fix making of comps Signed-off-by: Dennis Gilmore --- diff --git a/nightly.sh b/nightly.sh index 660772d..9cbaa6f 100755 --- a/nightly.sh +++ b/nightly.sh @@ -50,7 +50,7 @@ send_fedmsg "${fedmsg_json_start}" ${DIST} start pushd $TMPDIR git clone https://pagure.io/fedora-comps.git && { - pushd comps + pushd fedora-comps make "${COMPSFILE}" cp "${COMPSFILE}" $DEST/ popd