Skip to content
Snippets Groups Projects
Commit 6aea60db authored by Noah Hilverling's avatar Noah Hilverling
Browse files

icinga-provide-go: Add missing slash in link path

parent d2b334c8
No related branches found
No related tags found
No related merge requests found
Pipeline #18580 passed
......@@ -15,4 +15,4 @@ tar -C /usr/local -xzf go${VERSION_GO}.linux-amd64.tar.gz
echo "Deleting Go Binary Archive"
rm -rf go${VERSION_GO}.linux-amd64.tar.gz
ln -s /usr/local/go/bin* /usr/local/bin
ln -s /usr/local/go/bin/* /usr/local/bin
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment