Skip to content

Commit

Permalink
Update commands/web/check-annertech-ddev
Browse files Browse the repository at this point in the history
Co-authored-by: Bill Seremetis <[email protected]>
  • Loading branch information
3mkay and bserem authored Feb 11, 2025
1 parent 5eaec0d commit 756cf14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/web/check-annertech-ddev
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ STARS='****************************************'
ADDONVER=$(grep -oP '(?<=version: ")[^"]+' .ddev/addon-metadata/annertech-ddev/manifest.yaml)

# Define the path to store the version file
VERSION_FILE="/tmp/addon-version.txt"
VERSION_FILE="/tmp/annertech-ddev-addon-version.txt"

# Function to get the latest tag from GitHub API using curl and jq
get_latest_tag() {
Expand Down

0 comments on commit 756cf14

Please sign in to comment.