precommit

This commit is contained in:
Xi Yan 2024-10-25 12:15:21 -07:00
parent 37010c4b58
commit 98ba12eb15
2 changed files with 10 additions and 3 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