Skip to content

Commit

Permalink
Update lib/generators/rails_template18f/oscal/templates/bin/trestle.tt
Browse files Browse the repository at this point in the history
"double "quote" all" the things

Co-authored-by: Paul Hirsch <[email protected]>
  • Loading branch information
rahearn and pauldoomgov authored Jun 26, 2024
1 parent ecf4a2d commit 3d46b79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ if [ "$1" != "" ]; then
command=$1
fi

oscal_location="$(dirname $(realpath $0))/../doc/compliance/oscal"
oscal_location="$(dirname "$(realpath "$0")")/../doc/compliance/oscal"

docker run -it --rm -v $oscal_location:/app/docs:rw ghcr.io/gsa-tts/trestle:<%= docker_trestle_tag %> $command

0 comments on commit 3d46b79

Please sign in to comment.