Skip to content

Commit 0abf800

Browse files
authored
Merge pull request #744 from elezar/fix-script
[no-relnote] Fix typo in script
2 parents f794d09 + 17f1427 commit 0abf800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/golang-version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../scripts && pwd )"
16+
SCRIPTS_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )"/../hack && pwd )"
1717

1818
DOCKERFILE_ROOT=${SCRIPTS_DIR}/../deployments/devel
1919

0 commit comments

Comments
 (0)