Skip to content

Commit

Permalink
Fix checks
Browse files Browse the repository at this point in the history
  • Loading branch information
pietern committed Jun 6, 2024
1 parent 6fa97fa commit 6912656
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ unzip -q "${FILE}.zip"
# Add databricks to path.
chmod +x ./databricks
cp ./databricks "$TARGET"
echo "Installed $($TARGET/databricks -v) at $TARGET/databricks."
echo "Installed $("$TARGET"/databricks -v) at $TARGET/databricks."

# Clean up temporary directory.
cd "$OLDPWD"
Expand Down
2 changes: 1 addition & 1 deletion setup_release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ fi

# Pull latest version from VERSION file if not set.
if [ -z "${VERSION:-}" ]; then
VERSION=$(cat $(dirname $0)/VERSION)
VERSION=$(cat "$(dirname $0)"/VERSION)
fi

FILE="databricks_cli_$VERSION"
Expand Down

0 comments on commit 6912656

Please sign in to comment.