Skip to content

Commit

Permalink
Update variable names for ash update
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonRomano committed Feb 25, 2016
1 parent 3f80e9d commit 0eadfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions callable.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

Make_make_file_name="ash_make.sh"
Make_make_file_path="$Ash__call_directory/$Make_make_file_name"
Make_make_file_path="$Ash__CALL_DIRECTORY/$Make_make_file_name"

##################################################
# This function is just an alias for `ash make:exec main`
Expand Down Expand Up @@ -45,7 +45,7 @@ Make__callable_exec() {
Make__callable_init() {
# If directory is not already initialized
if [[ ! -f $Make_make_file_path ]]; then
cp "$Ash__active_module_directory/extras/default_ash_make.sh" "$Make_make_file_path"
cp "$Ash__ACTIVE_MODULE_DIRECTORY/extras/default_ash_make.sh" "$Make_make_file_path"
Logger__success "Make file has been created at $Make_make_file_path"
else
Logger__error "This directory is already initialized!"
Expand Down

0 comments on commit 0eadfaf

Please sign in to comment.