diff --git a/.github/workflows/hero_build_s3.yml b/.github/workflows/hero_build_s3.yml index e56bd340..e3f6fa3d 100644 --- a/.github/workflows/hero_build_s3.yml +++ b/.github/workflows/hero_build_s3.yml @@ -1,4 +1,4 @@ -name: Test Crystal & Release to S3 +name: Test Hero & Release to S3 permissions: contents: write diff --git a/doc.vsh b/doc.vsh index 92033594..010c9a03 100755 --- a/doc.vsh +++ b/doc.vsh @@ -49,7 +49,7 @@ os.rmdir_all('vdocs') or {} // } if os.system('v doc -m -no-color -f md -o vdocs/herolib/') != 0 { - panic('Failed to generate Crystal markdown documentation') + panic('Failed to generate Hero markdown documentation') } // Open documentation in browser on non-Linux systems diff --git a/lib/crypt/crpgp/install.sh b/lib/crypt/crpgp/install.sh index a935afc7..ed985291 100755 --- a/lib/crypt/crpgp/install.sh +++ b/lib/crypt/crpgp/install.sh @@ -40,7 +40,7 @@ if [ -d $CRPGP_DIR ]; then >>$V_CRPGP_PATH echo "✅ Updated!" else - echo "- Crystallib not found" + echo "- Herolib not found" fi # Move crpgp lib and header file in system dirs diff --git a/test_basic.vsh b/test_basic.vsh index 753b3006..5a8455aa 100755 --- a/test_basic.vsh +++ b/test_basic.vsh @@ -160,7 +160,7 @@ lib/osal lib/lang lib/code lib/clients -lib/crypt +// lib/crypt lib/core lib/develop "