Skip to content

Commit

Permalink
packages/repo Makefile: Fix tabs vs spaces typo
Browse files Browse the repository at this point in the history
Make is unnecessarily picky about this :-)
  • Loading branch information
lfittl committed Mar 10, 2021
1 parent b32a38e commit 1e7bc4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/repo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ upload_repo:
aws s3 sync --acl public-read --cache-control no-cache $(REPO_DIR) s3://packages.pganalyze.com/

copy_install_script:
cp ../../contrib/install.sh $(REPO_DIR)/collector-install.sh
cp ../../contrib/install.sh $(REPO_DIR)/collector-install.sh

update_rpm:
cp $(TMP_DIR)/$(RPM_SYSTEMD_PACKAGE) .
Expand Down

0 comments on commit 1e7bc4e

Please sign in to comment.