Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
naman-jain-15 committed Nov 25, 2024
1 parent 4357db8 commit 770599c
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
@@ -1,3 +1,3 @@
#!/bin/bash

Check failure on line 1 in install.sh

View workflow job for this annotation

GitHub Actions / ShellCheck

ShellCheck found issues in install.sh
echo $FOOO # ShellCheck issue: Double quote to prevent globbing
echo $FOO # ShellCheck issue: Double quote to prevent globbing
cd $(pwd) # ShellCheck issue: Double quote to prevent globbing
2 changes: 1 addition & 1 deletion scripts/setup.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
echo $FOOO # ShellCheck issue: Double quote to prevent globbing
echo $FOODO # ShellCheck issue: Double quote to prevent globbing
cd $(pwd) # ShellCheck issue: Double quote to prevent globbing

0 comments on commit 770599c

Please sign in to comment.