Skip to content

Commit

Permalink
Fix scalar lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjaysrikakulam committed Dec 8, 2024
1 parent bcaa9d4 commit 250462f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion files/galaxy/tpv/users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ users:
[email protected]:
rules:
- id: user-specific-notebook
if: 'interactive_tool_jupyter_notebook' in tool.id
if: |
'interactive_tool_jupyter_notebook' in tool.id
cores: 1
mem: 15
params:
Expand Down

0 comments on commit 250462f

Please sign in to comment.