Skip to content

Commit

Permalink
Fix lint issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
KineticTheory committed Sep 8, 2021
1 parent 2ca6227 commit fa81703
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion environment/bashrc/bash_functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ function proxy()
export proxy_skip=$http_proxy
export proxy_https=$http_proxy
export proxy_ftp=$http_proxy
if ! [[ "${nodename}" =~ "-rfe" ]]; then
if ! [[ "$(uname -n)" =~ "-rfe" ]]; then
export no_proxy="localhost,127.0.0.1,.lanl.gov"
export NO_PROXY=$no_proxy
fi
Expand Down

0 comments on commit fa81703

Please sign in to comment.