Skip to content

Commit 4882767

Browse files
committed
shellcheck
1 parent 9bdee99 commit 4882767

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
@@ -34,7 +34,7 @@ export VERSION
3434
echo "Generating SSDLC checklist for AtlasCLI version ${VERSION}, author ${AUTHOR} and release date ${DATE}..."
3535

3636
# Ensure AtlasCLI version directory exists
37-
mkdir -p compliance/v${VERSION}
37+
mkdir -p "compliance/v${VERSION}"
3838

3939
envsubst < docs/releases/ssdlc-compliance.template.md \
4040
> "compliance/v${VERSION}/ssdlc-compliance-${VERSION}.md"

0 commit comments

Comments
 (0)