From 94d40da5cb8dd7d703a7f7289a3f56e6fec3285c Mon Sep 17 00:00:00 2001 From: Christian Kellner Date: Tue, 26 Jan 2021 09:50:34 +0000 Subject: [PATCH] assemblers/tar: small description cleanup Replace the short and redundant first line of the description with the more detailed following header line. --- assemblers/org.osbuild.tar | 2 -- 1 file changed, 2 deletions(-) diff --git a/assemblers/org.osbuild.tar b/assemblers/org.osbuild.tar index f8dc3fb4..677db100 100755 --- a/assemblers/org.osbuild.tar +++ b/assemblers/org.osbuild.tar @@ -1,7 +1,5 @@ #!/usr/bin/python3 """ -Assemble a tar archive - Assembles the tree into a tar archive named `filename`. Uses the buildhost's `tar` command, like: `tar -cf $FILENAME -C $TREE`