This commit is contained in:
Jesse Portnoy
2023-07-17 23:05:40 +01:00
parent 92f93fe9d6
commit 61be1084fb
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ func main() {
if gopath == "" {
syn_dir = "/etc/highlight"
} else {
syn_dir = gopath + "/src/github.com/jessp01/highlight/syntax_files"
syn_dir = gopath + "/src/github.com/jessp01/gohighlight/syntax_files"
}
syn_dir = os.Getenv("SYNDIR")