Skip to content

Commit

Permalink
update cp statement for core_utils_upgrade (anchore#719)
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Angelo Phillips <christopher.phillips@anchore.com>
  • Loading branch information
spiffcs authored Dec 22, 2021
1 parent 4903b4d commit a689fb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ extract_from_dmg() {
dmg_file=$1
mount_point="/Volumes/tmp-dmg"
hdiutil attach -quiet -nobrowse -mountpoint "${mount_point}" "${dmg_file}"
cp -fR "${mount_point}/" ./
cp -fR "${mount_point}/." ./
hdiutil detach -quiet -force "${mount_point}"
}
http_download_curl() {
Expand Down

0 comments on commit a689fb1

Please sign in to comment.