Skip to content

Commit

Permalink
Merge pull request #101 from uptane/fix-shellcheck-complaint
Browse files Browse the repository at this point in the history
Fix shellcheck complaint
  • Loading branch information
pattivacek authored Aug 6, 2023
2 parents b2ee72e + 317f2ee commit efd9392
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion docs/ota-client-guide/modules/ROOT/examples/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ skip_ingress() {
config/images.yaml \
config/resources.yaml \
config/secrets.yaml \
$local_yaml | grep ^create_ingress | tail -n1)
"$local_yaml" | grep ^create_ingress | tail -n1)
echo "$value" | grep "false"
}

Expand Down
2 changes: 0 additions & 2 deletions src/libaktualizr/primary/sotauptaneclient.h
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ class SotaUptaneClient {
FRIEND_TEST(MetadataExpirationTest, MetadataExpirationAfterInstallationAndBeforeReboot);
FRIEND_TEST(MetadataExpirationTest, MetadataExpirationBeforeInstallation);
FRIEND_TEST(Delegation, IterateAll);
friend class CheckForUpdate; // for load tests
friend class ProvisionDeviceTask; // for load tests

/**
* This operation requires that the device is provisioned.
Expand Down

0 comments on commit efd9392

Please sign in to comment.