Skip to content

Commit 659fa89

Browse files
committed
Improve isFrontendBaseDirEnabledRepo()
1 parent 5fea838 commit 659fa89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run/run.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func isTargetRepo(siteName string) bool {
2828
}
2929

3030
func isFrontendBaseDirEnabledRepo(siteName string) bool {
31-
return strings.HasPrefix(siteName, "casibase_")
31+
return strings.HasPrefix(siteName, "casibase_") && !strings.HasSuffix(siteName, "keli")
3232
}
3333

3434
func wrapRepoError(function string, path string, err error) (int, error) {

0 commit comments

Comments
 (0)