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 061a347 commit c695d31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/quota.sh.epp
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# quota.sh: Managed by Puppet
USERNAME=`whoami`
[[ "$USERNAME" =~ ^(<%= join($profile_user_environement::quota::skip_users, "|") %>)$ ]] || echo "do not run"
[[ "$USERNAME" =~ ^(<%= join($profile_user_environment::quota::skip_users, "|") %>)$ ]] || echo "do not run"

0 comments on commit c695d31

Please sign in to comment.