Skip to content

Commit

Permalink
Use PYTHON_SCRIPTS placeholder for v1 json
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoesters committed Jan 25, 2024
1 parent 50fd469 commit 855f136
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/defining-shortcuts.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ a `conda` environment to be called.
"menu_items": [
{
"name": "Launch App",
"pywscript": "${SCRIPTS_DIR}/app-launcher.py"
"pywscript": "${PYTHON_SCRIPTS}/app-launcher.py"
}
]
}
Expand Down

0 comments on commit 855f136

Please sign in to comment.