Skip to content

Commit

Permalink
chore: fix missing word in comment for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
brawncode authored Feb 13, 2025
1 parent 67330a1 commit 6a5ec96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/demo-native
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail

# If we aren't in a nix shell (where this handled in flake.nix) add the target
# If we aren't in a nix shell (where this is handled in flake.nix) add the target
# directory to the path so that the binaries are found by process-compose.
if [ -z "${IN_NIX_SHELL-}" ]; then
echo "ALERT: The expected profile for demo-native binaries has been updated"
Expand Down

0 comments on commit 6a5ec96

Please sign in to comment.