Add bashate verification and fix shell errors
[icn.git] / deploy / kud / kud_launch.sh
index 85adc6e..bd17154 100755 (executable)
@@ -1,6 +1,6 @@
 #!/bin/bash
 
-if [ ! -d $(PWD)/multicloud-k8s]; then
-       git clone https://github.com/onap/multicloud-k8s.git
+if [ ! -d $PWD/multicloud-k8s ]; then
+    git clone https://github.com/onap/multicloud-k8s.git
 fi