Skip to content

Commit

Permalink
f1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSkrypnyk committed Mar 4, 2024
1 parent 203b7f7 commit 2f554c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/drevops/setup-ssh.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ else
note "Using default SSH file ${file}."
fi

if [ -n "${fingerprint}" ]; then
if [ -n "${fingerprint-}" ]; then
note "Using fingerprint-based deploy key because fingerprint was provided."

Check warning on line 54 in scripts/drevops/setup-ssh.sh

View check run for this annotation

Codecov / codecov/patch

scripts/drevops/setup-ssh.sh#L54

Added line #L54 was not covered by tests

if [ "${fingerprint#SHA256:}" != "${fingerprint}" ]; then
Expand Down

0 comments on commit 2f554c4

Please sign in to comment.