Skip to content

Commit

Permalink
Merge pull request #9920 from quarkusio/paulrobinson-patch-1
Browse files Browse the repository at this point in the history
Fixed path for xattr command
  • Loading branch information
gastaldi authored Jun 10, 2020
2 parents c7b624d + cb74858 commit b97e21f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/building-native-image.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ Use the following command to recursively delete the `com.apple.quarantine` exten
[source,shell]
-----
xattr -r -d com.apple.quarantine $HOME/Development/graalvm/
xattr -r -d com.apple.quarantine ${GRAALVM_HOME}
-----
====

Expand Down

0 comments on commit b97e21f

Please sign in to comment.