Skip to content

Commit

Permalink
hart file version change
Browse files Browse the repository at this point in the history
Signed-off-by: nitin sanghi <[email protected]>
  • Loading branch information
sanghinitin committed Dec 2, 2024
1 parent 409d9e7 commit a571355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion habitat/tests/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ error () {

[[ -n "$pkg_ident" ]] || error 'no hab package identity provided'

package_version=$(awk -F / '{print $3}' <<<"$pkg_ident")
package_version=$(awk -F - '{print $4}' <<<"$pkg_ident")

cd "${project_root}"

Expand Down

0 comments on commit a571355

Please sign in to comment.