Skip to content

Commit c989319

Browse files
Use the new dockerhub org
1 parent f5e5929 commit c989319

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-lint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ configFile=$(basename "$flagFile")
6666

6767
## Run the linter against the config file
6868
msg=$( { docker run -v "${configDir}":/config --rm --name gofeatureflag_lint \
69-
thomaspoignant/go-feature-flag-lint:${GO_FEATURE_FLAG_LINT_DOCKER_TAG} \
69+
gofeatureflag/go-feature-flag-lint:${GO_FEATURE_FLAG_LINT_DOCKER_TAG} \
7070
--input-format="$2" \
7171
--input-file=/config/"${configFile}"; } 2>&1)
7272

0 commit comments

Comments
 (0)