diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/spack/spack/globals.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/globals.py b/lib/spack/spack/globals.py index 6ff1a69304..40bb50f219 100644 --- a/lib/spack/spack/globals.py +++ b/lib/spack/spack/globals.py @@ -70,7 +70,6 @@ editor = Executable(os.environ.get("EDITOR", "")) # Curl tool for fetching files. curl = which("curl", required=True) -curl.add_default_arg("-k") # TODO: remove me in favor of spack -k` # Whether to build in tmp space or directly in the stage_path. # If this is true, then spack will make stage directories in |