We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ec5de3 commit 3925a74Copy full SHA for 3925a74
1 file changed
hooks/dataform_format.sh
@@ -2,8 +2,8 @@
2
3
# Check if dataform command is available, if not install it
4
if ! command -v dataform >/dev/null 2>&1; then
5
- echo "Dataform is not installed. Make sure NPM is installed on your machine."
6
- echo "Installing Dataform now..."
+ echo "Dataform is not installed."
+ echo "Trying to install Dataform..."
7
npm i -g @dataform/cli@latest
8
echo "Dataform installed successfully."
9
fi
0 commit comments