holgerBerger / hpc-workspace

Automatically exported from code.google.com/p/hpc-workspace
GNU General Public License v3.0
18 stars 13 forks source link

Replace one - with _ in 'Illegal workspace name' error message #9

Closed md2perpe closed 6 years ago

md2perpe commented 7 years ago

Error message currently reads

Error: Illegal workspace name, use characters and numbers, -,. and - only!

From the regular expression used I suppose that one of the dashes ( - ) should be an underscore ( _ ). This pull request changes the error message to

Error: Illegal workspace name, use characters and numbers, -,. and _ only!