Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jakerundall committed Dec 6, 2023
1 parent 5b00ccb commit 924c4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/quota.csh.epp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set USERNAME=`whoami`

# if the user is in $profile_user_environment::quota::skip_users, exit
if ( "$USERNAME" =~ ^(<%= join($profile_user_environment::quota::skip_users, "|") %>)$ )) then
if ( "$USERNAME" =~ ^(<%= join($profile_user_environment::quota::skip_users, "|") %>)$ ) then
exit 0
endif

Expand Down

0 comments on commit 924c4f1

Please sign in to comment.