Unverified Commit 7a76afd6 authored by Eugéne Roux's avatar Eugéne Roux Committed by GitHub
Browse files

style(ansible): minor style change (#8356)

parent 88b3f028
......@@ -4,7 +4,7 @@ function ansible-version(){
}
function ansible-role-init(){
if ! [ -z $1] ; then
if ! [ -z $1 ] ; then
echo "Ansible Role : $1 Creating...."
ansible-galaxy init $1
tree $1
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment