fix precommit hook ci failure

This commit is contained in:
Dinesh Yeduguru 2024-10-25 11:03:05 -07:00
parent afae4e3d8e
commit e83ce36780
3 changed files with 11 additions and 4 deletions

View file

@ -1,5 +1,11 @@
#!/bin/bash
# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the terms described in the LICENSE file in
# the root directory of this source tree.
if [[ $# -ne 1 ]]; then
echo "Error: Please provide the name of CONDA environment you wish to create"
exit 1