Skip to content

Commit

Permalink
Fix setup script with missing quote
Browse files Browse the repository at this point in the history
Resolves #44
  • Loading branch information
mikesir87 committed Feb 18, 2025
1 parent 22b87e4 commit 7095154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/sdlc-e2e/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ echo "==> Configuring DBC (if this fails, ask to be added to the dockerdevrel or
docker buildx create --driver cloud dockerdevrel/demo-builder 2>/dev/null || true
docker buildx use cloud-dockerdevrel-demo-builder

echo "==> Configuring Scout
echo "==> Configuring Scout"
docker scout config organization dockerdevrel

0 comments on commit 7095154

Please sign in to comment.