Skip to content

Commit

Permalink
Merge pull request #26 from ScottGibb/ScottGibb-patch-1
Browse files Browse the repository at this point in the history
Scott gibb patch 1
  • Loading branch information
ScottGibb authored Aug 28, 2023
2 parents d97974a + a26e034 commit 071a6c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Repo Testing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on: [push]
jobs:
repo-init-sync:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- name: Checkout
uses: actions/checkout@master
Expand Down
2 changes: 1 addition & 1 deletion default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@

<project name="ScottGibb/LED-Strip-Controller-Manifest" path="Manifest" remote="github" revision="main" />

<project name="ScottGibb/LED-Strip-Controller-Octoprint" path="Octoprint Integration" remote="github" revision="main" />
<project name="ScottGibb/LED-Strip-Controller-Octoprint" path="Octoprint" remote="github" revision="main" />

</manifest>
2 changes: 1 addition & 1 deletion scripts/check-directories.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
exit 1
fi

if [ -d "Octoprint Integration" ]; then
if [ -d "Octoprint" ]; then
echo "Octoprint Integration downloaded"
else
echo "Octoprint Integration not downloaded"
Expand Down

0 comments on commit 071a6c8

Please sign in to comment.