Skip to content

Commit

Permalink
shellcheck lints
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcin Nowak-Liebiediew committed Aug 3, 2023
1 parent f9ac446 commit 3413ee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/utils.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set -e

GIT_ROOT_DIR=$(git rev-parse --show-toplevel)
GIT_ROOT_DIR="$(git rev-parse --show-toplevel)"

load "$GIT_ROOT_DIR"/e2e/bats-support/load
load "$GIT_ROOT_DIR"/e2e/bats-assert/load
Expand Down
2 changes: 1 addition & 1 deletion extensions/nns/e2e/tests/nns.bash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bats

export GIT_ROOT_DIR=$(git rev-parse --show-toplevel)
export GIT_ROOT_DIR="$(git rev-parse --show-toplevel)"
export CARGO_HOME="$HOME"

load "$GIT_ROOT_DIR"/e2e/utils.sh
Expand Down

0 comments on commit 3413ee5

Please sign in to comment.