Skip to content

Commit 40057f5

Browse files
backwind1233rjeberhard
authored andcommitted
BugFix: print_step --> print_step()
1 parent 193171a commit 40057f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/samples/scripts/create-weblogic-domain-on-azure-kubernetes-service/create-domain-on-aks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ print_red() {
6767

6868
steps=0
6969
total_steps=11
70-
print_step {
70+
print_step() {
7171
((steps++))
7272
print_blue "Progress $steps/$total_steps.......... $1"
7373
}

0 commit comments

Comments
 (0)