Skip to content

Commit

Permalink
cgi: Fix typo in job view
Browse files Browse the repository at this point in the history
  • Loading branch information
mariux committed Aug 24, 2015
1 parent ee740d1 commit c1cc2ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/pages/mxq/mxq.in
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ job_argc ; $o{job_argc}
job_argv ; $argv
job_stdout : $o{job_stdout}
job_stderr : $o{job_stderr}
job_umask: : $job_umask_text;
job_umask: : $job_umask_text
host_submit : $o{host_submit}
Expand Down

0 comments on commit c1cc2ae

Please sign in to comment.