Skip to content

Commit

Permalink
Update submit.yml.erb
Browse files Browse the repository at this point in the history
corrected pathway to - vs _
  • Loading branch information
MattBixley authored Jul 29, 2024
1 parent 0e33e32 commit 03172f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submit.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ script:
c.ServerApp.port_retries = 0
c.ServerApp.open_browser = False
c.ServerApp.allow_origin = '*'
c.ServerApp.root_dir = '<%= user.home %>/intro_python'
c.ServerApp.root_dir = '<%= user.home %>/intro-python'
c.ServerApp.disable_check_xsrf = True
mount_path: '/ood'
init_containers:
Expand Down

0 comments on commit 03172f7

Please sign in to comment.