Skip to content

Commit

Permalink
Add voms default to delegation script.
Browse files Browse the repository at this point in the history
  • Loading branch information
riga committed Aug 23, 2023
1 parent 3fa2cd2 commit b86aabc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion law/contrib/cms/scripts/law_cms_delegate_myproxy
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ def main():
parser.add_argument(
"--voms",
"-m",
help="additional VOMS attributes",
default="cms",
help="additional VOMS attributes; default: cms",
)
args = parser.parse_args()

Expand Down

0 comments on commit b86aabc

Please sign in to comment.