Skip to content

Commit

Permalink
cdh:golang: fix typo in README
Browse files Browse the repository at this point in the history
fix typo in README

Signed-off-by: ChengyuZhu6 <[email protected]>
  • Loading branch information
ChengyuZhu6 authored and dcmiddle committed Sep 27, 2024
1 parent 06def6e commit a1b889b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion confidential-data-hub/golang/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ cat <<EOF > securemount.json
"mountpoint": "/tmp/cdh-test"
}
EOF
$ cdh-go-client -o SecureMount --socket /run/confidential-containers/cdh.sock -i ./test.json
$ cdh-go-client -o SecureMount --socket /run/confidential-containers/cdh.sock -i ./securemount.json
Successfully secure mount to /tmp/cdh-test

# Verify the mount:
Expand Down

0 comments on commit a1b889b

Please sign in to comment.