Skip to content

Commit

Permalink
fix casing in production config
Browse files Browse the repository at this point in the history
  • Loading branch information
maul-esel committed Aug 19, 2024
1 parent 12777f6 commit c55c63f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions releaseScripts/website-config/frontend/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ const _CONFIG = {
// The key is the language of the tool in the frontend;
// The value is the file extension to be used by ultimate.
code_file_extensions: {
c: '.c',
boogie: '.bpl',
c_pp: '.c',
C: '.c',
Boogie: '.bpl',
C_pp: '.c',
automata_script: '.ats',
smt: '.smt2'
Smt: '.smt2'
}
};

0 comments on commit c55c63f

Please sign in to comment.