add dash to name to prevent mystery error

This commit is contained in:
Joe 2020-02-16 07:18:23 -06:00
parent 5a6fec8213
commit a801fef36d
Signed by: joe
GPG Key ID: 8595A3F8F2CE1B74
1 changed files with 2 additions and 1 deletions

3
ysm.sh
View File

@ -1,5 +1,6 @@
#!/bin/bash
name="ysess manager"
name="ysess-manager"
version=0.1.0
author="Joe <joe@thisisjoes.site>"
license="GNU GPLv3"