Skip to content

Commit 7bb21bc

Browse files
authored
updating code
1 parent 7ed6319 commit 7bb21bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bootstrap.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,9 @@ else
194194
fi
195195

196196
print_section "Setting up ansiblesafe"
197-
local version="v0.0.14"
198-
local url="https://github.com/tosin2013/ansiblesafe/releases/download/v0.0.12/ansiblesafe-${version}-linux-amd64.tar.gz"
199-
local dest="/usr/local/bin/ansiblesafe"
197+
version="v0.0.14"
198+
url="https://github.com/tosin2013/ansiblesafe/releases/download/v0.0.12/ansiblesafe-${version}-linux-amd64.tar.gz"
199+
dest="/usr/local/bin/ansiblesafe"
200200

201201
if ! command_exists ansiblesafe; then
202202
echo -e "${YELLOW}Installing ansiblesafe...${NC}"

0 commit comments

Comments
 (0)