Skip to content

Commit

Permalink
fix: install from wrong branch
Browse files Browse the repository at this point in the history
  • Loading branch information
Addon Factory template committed Apr 29, 2021
1 parent 235c940 commit a3371ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/install.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

BRANCH=${BRANCH:=install-from-url}
BRANCH=${BRANCH:=main}
echo using $BRANCH
URL=https://raw.githubusercontent.com/splunk/splunk-connect-for-snmp/${BRANCH}/deploy/install_full.bash

Expand Down

0 comments on commit a3371ba

Please sign in to comment.