Skip to content

Commit

Permalink
Fixing broken source reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Frank Steiler committed Nov 4, 2023
1 parent 4070ca4 commit c3f1bbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/test/05-enter-daemon-mode
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

source ./_helper.sh
source $(dirname $0)/_helper.sh

waitTillFullMinute

Expand Down
2 changes: 1 addition & 1 deletion docker/test/06-e2e
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

source ./_helper.sh
source $(dirname $0)/_helper.sh

EXPECTED_CHECKSUM="e6b69510e98120fd656bdb1702192a7fa0a5e4b9"

Expand Down

0 comments on commit c3f1bbf

Please sign in to comment.