Skip to content

Commit

Permalink
Merge pull request #31 from evetion/fix/icesat-download
Browse files Browse the repository at this point in the history
  • Loading branch information
evetion authored Oct 21, 2022
2 parents e038d78 + 772490f commit 031e102
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/utils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ function netrc!(username, password)
open(fn, "a") do f
write(f, "\n")
write(f, "machine urs.earthdata.nasa.gov login $username password $(password)\n")
write(f, "machine n5eil01u.ecs.nsidc.org login $username password $(password)\n")
end
fn
end
Expand Down

0 comments on commit 031e102

Please sign in to comment.