Skip to content

Commit

Permalink
Merge branch 'fix-namespace-clean' of github.com:wttech/aemc into fix…
Browse files Browse the repository at this point in the history
…-namespace-clean
  • Loading branch information
Dominik Przybyl committed Sep 20, 2024
2 parents d872dce + 1ff7fd5 commit dbbb8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/content_manager.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
NamespacePattern = "(\\\\|/)_([a-zA-Z0-9]+)_"
NamespacePattern = "\\\\|/_[a-zA-Z0-9]+_"
)

var (
Expand Down

0 comments on commit dbbb8ab

Please sign in to comment.