Commit c21aeaff authored by Vitaly Lipatov's avatar Vitaly Lipatov

rpmgs: warning only if gear repo

parent 6b6e0cd7
......@@ -292,7 +292,7 @@ do
gear-update "$RPMSOURCEDIR/$FTB" "$CURNAME"
git commit -m "just import $(basename $RPMSOURCEDIR/$FTB)"
else
is_gear || echo "Run without version. Skip tarball commiting."
is_gear && echo "Run without version. Skip tarball commiting."
fi
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment