Skip to content

Commit

Permalink
Removed trailing '/' in asgs-mon's PATH entry in asgs-brew (#1390)
Browse files Browse the repository at this point in the history
Issue 1379: minor thing I noticed when doing, `which asgs-mon`; adjusted
"asmv" alias to use fact asgs-mon is in PATH now.

Related to #1379 (already resolved)
  • Loading branch information
wwlwpd authored Sep 14, 2024
1 parent e28e9c5 commit 6db239c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cloud/general/DOT-asgs-brew.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ alias vs="verify ssh_config"
# aliases for common git repos used during operations
alias aconfigs="goto $SCRIPTDIR/git/asgs-configs/$(date +%Y)" # cd in this year's directory in git/asgs-configs
alias amond="goto $SCRIPTDIR/git/asgs-mon" # cd into asgs-mon's directory
alias amonv="$SCRIPTDIR/git/asgs-mon/bin/asgs-mon -v" # run 'asgs-mon -v'
alias amonv="asgs-mon -v" # run 'asgs-mon -v' (it's in PATH)
alias cera="goto $SCRIPTDIR/git/cera-asgs-environment" # cd into cera-asgs-environment's directory
alias cerad="goto $SCRIPTDIR/git/cera-asgs-environment/asgs-configs-daily" # cd into cera-asgs-environment's daily configs directory
alias docsd="goto $SCRIPTDIR/git/asgs.wiki" # cd into asgs.wiki's directory
Expand Down
2 changes: 1 addition & 1 deletion cloud/general/asgs-brew.pl
Original file line number Diff line number Diff line change
Expand Up @@ -660,7 +660,7 @@ sub get_steps {
util/input/nodalattr
util/output
util/troubleshooting
git/asgs-mon/bin/
git/asgs-mon/bin
git/ourPerl/KML
git/ourPerl/StwaveUtils
git/ourPerl/Date
Expand Down

0 comments on commit 6db239c

Please sign in to comment.