summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-04-08 13:44:15 +0200
committerAlexander Larsson <alexl@redhat.com>2016-04-08 13:44:31 +0200
commit7d889149bdf5243334bb7e3a803f2c40d96e8123 (patch)
treebdb45c261ed80298888f777f5cc7711e301bf1bb
parent24893f50f81d77b7fda8d0e77ec5081ecc8a1c7f (diff)
Fix typo
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f44e70e..b146816 100644
--- a/Makefile
+++ b/Makefile
@@ -48,5 +48,5 @@ ${FILE_REF_PLATFORM}: metadata.platform ${PLATFORM_IMAGE}
(cd platform; tar --transform 's,^./usr,files,S' --transform 's,^./etc,files/etc,S' --exclude="./[!eu]*" -xvf ../${PLATFORM_IMAGE} > /dev/null)
cp metadata.platform platform/metadata
ostree commit ${COMMIT_ARGS} ${GPG_ARGS} --branch=${REF_PLATFORM} -s "build of ${HASH}" platform
- ostree summary -u --repo=repo$ {GPG_ARGS}
+ ostree summary -u --repo=repo ${GPG_ARGS}
rm -rf platform