Skip to content

Commit

Permalink
update syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam committed Jul 26, 2024
1 parent 72c51f4 commit 71c528a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
sudo SENZING_ACCEPT_EULA=I_ACCEPT_THE_SENZING_EULA apt-get -y install senzingapi-setup
sudo apt list | grep senzing
owner=$(whoami)
chown -R /opt/senzing $owner:$owner
sudo chown -R $owner:$owner /opt/senzing
ls -tlc /opt/senzing
ls -tlc /opt/senzing/data
ls -tlc /opt/senzing/data/templates
Expand Down

0 comments on commit 71c528a

Please sign in to comment.