Skip to content

Commit

Permalink
fix script
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Nov 22, 2024
1 parent 6c61697 commit 673474b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion katsu/modules/base/polycrystal.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash -x
if ! [ -x "$(command -v polycrystal)" ]; then
if [ -x "$(command -v polycrystal)" ]; then
polycrystal
fi

0 comments on commit 673474b

Please sign in to comment.