Skip to content

Commit

Permalink
moved sample.json to lib dir
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Aug 21, 2021
1 parent cfd9e8d commit 1d717e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion tera
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ fi

if [ ! -f "$FAVORITE_FULL" ]; then
touch "$FAVORITE_FULL"
cp "${script_dir}/sample.json" "$FAVORITE_FULL"
cp "${script_dir}/lib/sample.json" "$FAVORITE_FULL"
fi

menu() {
Expand Down

0 comments on commit 1d717e4

Please sign in to comment.