Skip to content

Commit 19c56cf

Browse files
committed
fix
1 parent 902a3b9 commit 19c56cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/package/gen-ssdlc-report.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export VERSION
3535
target_dir="tmp"
3636

3737
if [ -z "${AUGMENTED_SBOM_TEXT:-}" ]; then
38-
target_dir="compliance/v${VERSION}""
38+
target_dir="compliance/v${VERSION}"
3939
fi
4040

4141
echo "Generating SSDLC checklist for AtlasCLI version ${VERSION}, author ${AUTHOR} and release date ${DATE}..."

0 commit comments

Comments
 (0)