We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e4bebf commit 7db094fCopy full SHA for 7db094f
__version__
@@ -1 +1 @@
1
-1.3.3
+v1.3.3
ash-multi
@@ -20,7 +20,7 @@
20
version_check() {
21
_ASHTYPE="${VERSION%-*}" # remove the date portion
22
_ASHTYPE="${_ASHTYPE#*-}" # remove the version number portion
23
- _GITREPO="git@github.com:awslabs/automated-security-helper.git"
+ _GITREPO="https://github.com/awslabs/automated-security-helper.git"
24
25
#
26
# list the tag values and sort based on "version sort"
0 commit comments