Skip to content

Commit

Permalink
chore: update goofys to 0.24.0 (#702)
Browse files Browse the repository at this point in the history
* chore: update goofys to 0.24.0
  • Loading branch information
carvantes committed Sep 8, 2021
1 parent 5021021 commit 118c957
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ S3_MOUNTS="$1"

# Get directory in which this script is stored and define URL from which to download goofys
FILES_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
GOOFYS_URL="https://github.com/kahing/goofys/releases/download/v0.21.0/goofys"
GOOFYS_URL="https://github.com/kahing/goofys/releases/download/v0.24.0/goofys"

# Define a function to determine what type of environment this is (EMR, SageMaker, RStudio, or EC2 Linux)
env_type() {
Expand Down

0 comments on commit 118c957

Please sign in to comment.