Skip to content

Commit 8a58745

Browse files
committed
update analyze.go
1 parent 9831d5d commit 8a58745

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

analyze.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ package crossplane
4949
// For mgmt directives, we create a ngxMgmtMainConf as the context, which is not included in the source code.
5050
// For the "if" directive, we create a bitmask ngxConfExpr in crossplane, which is not included in the source code.
5151
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_latest_config.json --branch $NPLUS_BRANCH --path ./src > ./analyze_nplus_latest_directives.gen.go"
52-
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_R36_config.json --branch $NPLUS_BRANCH --path ./src > analyze_nplus_R36_directives.gen.go"
52+
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_R33_config.json --branch $NPLUS_BRANCH --path ./src > analyze_nplus_R33_directives.gen.go"
53+
//go:generate sh -c "sh ./scripts/generate/generate.sh --url $NPLUS_URL --config-path ./scripts/generate/configs/nplus_R34_config.json --branch $NPLUS_BRANCH --path ./src > analyze_nplus_R34_directives.gen.go"
5354

5455
import (
5556
"fmt"

0 commit comments

Comments
 (0)