Skip to content

Commit 53338fc

Browse files
authoredJan 21, 2022
style: remove psm in bootstrap_tpl.go (cloudwego#317)
* style: Replace 'PSM' with 'SERVICE_NAME' in bootstrap_tpl.go * style: remove export `PSM`
1 parent 57a16f9 commit 53338fc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎tool/internal/pkg/tpl/bootstrap_tpl.go

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ package tpl
1616

1717
// BootstrapTpl is the template for generating bootstrap.sh.
1818
var BootstrapTpl = `#! /usr/bin/env bash
19-
export PSM=${PSM:-{{.RealServiceName}}}
2019
CURDIR=$(cd $(dirname $0); pwd)
2120
2221
if [ "X$1" != "X" ]; then

0 commit comments

Comments
 (0)
Please sign in to comment.