Skip to content

Commit ff47b88

Browse files
author
Hugo Rialan
committed
Clean error message
1 parent 51b0cdb commit ff47b88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hooks/dataform_format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Check if dataform command is available
44
if ! command -v dataform >/dev/null 2>&1; then
5-
echo "Error: dataform command not found. Make sure it is installed and available in PATH."
5+
echo "Error: dataform command not found. Make sure it is installed. Refer to the official Dataform documentation for installation instructions: https://cloud.google.com/dataform/docs/use-dataform-cli#install_cli"
66
exit 1
77
fi
88

0 commit comments

Comments
 (0)