Skip to content

Commit 20cbd11

Browse files
committed
update Makefile
1 parent 16d6eac commit 20cbd11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
# 2022.06
1010
#
1111
#-------------------------------------------------------------------------
12-
FILEDESC = "multi platform for appcenter/kubernetes postgresql"
12+
FILEDESC = "multi platform for computer/kubernetes postgresql"
1313

1414
#docker_version ?= ""
1515
export platform=amd64# make platform=arm64 build arm
@@ -34,7 +34,7 @@ operator-yaml: operator-image
3434
cd platforms/kubernetes/postgres-operator/deploy/; awk -f jq-template.awk postgres-operator.yaml.template > postgres-operator.yaml
3535

3636
format:
37-
find ./ -path "./platforms/appcenter/*.py" -o -path "./platforms/kubernetes/postgres-operator/postgres/*.py" | xargs yapf -i -vv
37+
find ./ -path "./platforms/kubernetes/postgres-operator/postgres/*.py" | xargs yapf -i -vv
3838

3939
depends:
4040
sudo pip install yapf paramiko kubernetes kopf

0 commit comments

Comments
 (0)