Skip to content

Commit 98887c1

Browse files
committed
fix style
1 parent 07c6a68 commit 98887c1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/docker/test_image.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
!/bin/bash
22

33
# SPDX-FileCopyrightText: Copyright (c) 2025 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
44
# SPDX-License-Identifier: Apache-2.0
@@ -31,7 +31,7 @@ cd datasets && ./get_test_data.sh --solomon && ./get_test_data.sh --tsp && cd -
3131
ln -sf "$(pwd)" /home/cuopt/cuopt
3232

3333
# Set permissions since the repo is mounted on root
34-
chmod -R a+w $(pwd)
34+
chmod -R a+w "$(pwd)"
3535

3636
# If this script is being run as root, use 'su - cuopt -c "<command>"' to run each command as cuopt.
3737

0 commit comments

Comments
 (0)