Skip to content

Commit a97dd27

Browse files
committed
removed spaces for variable
1 parent 79a2ad6 commit a97dd27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

travis/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
2-
domain = "$1"
2+
domain="$1"
33
echo Deploy to kubernetes
44
helm repo add hkube-dev http://"$domain"/helm/dev/
55
helm repo update

0 commit comments

Comments
 (0)