Skip to content

Commit 7db094f

Browse files
authored
fix: update __version__ file to match release tag format in github.com (#84)
1 parent 0e4bebf commit 7db094f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

__version__

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.3
1+
v1.3.3

ash-multi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
version_check() {
2121
_ASHTYPE="${VERSION%-*}" # remove the date portion
2222
_ASHTYPE="${_ASHTYPE#*-}" # remove the version number portion
23-
_GITREPO="git@github.com:awslabs/automated-security-helper.git"
23+
_GITREPO="https://github.com/awslabs/automated-security-helper.git"
2424

2525
#
2626
# list the tag values and sort based on "version sort"

0 commit comments

Comments
 (0)