We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4e9fef commit a9baa42Copy full SHA for a9baa42
create_tarball.sh
@@ -115,7 +115,7 @@ fi
115
topdir=${cvmfs_repo}/versions/
116
117
echo ">> Creating tarball ${target_tarball} from ${topdir}..."
118
-tar cavf ${target_tgz} -C ${topdir} --files-from=${files_list}
+tar cavf ${target_tarball} -C ${topdir} --files-from=${files_list}
119
echo ${target_tarball} created!
120
121
echo ">> Cleaning up tmpdir ${tmpdir}..."
0 commit comments