Skip to content

Commit 17f1427

Browse files
committed
[no-relnote] Fix typo in script
Signed-off-by: Evan Lezar <[email protected]>
1 parent f794d09 commit 17f1427

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)