We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 844c7a5 + 80b619d commit 4383c9aCopy full SHA for 4383c9a
1 file changed
install.sh
@@ -856,10 +856,10 @@ save_version() {
856
# Validate version format
857
[[ "$ver" =~ (404|Not Found|error) ]] && ver="dev"
858
echo "$ver" > "$INSTALL_DIR/version"
859
- if [ "$SCOPE" = "project" ]; then
+ if [ "$SCOPE" = "project" ]; then
860
mkdir -p ".ai-dev-kit"
861
echo "$ver" > ".ai-dev-kit/version"
862
- }
+ fi
863
}
864
865
# Print summary
0 commit comments