Rafael Calleja commited on
Commit
accb51f
·
1 Parent(s): 81da393
Files changed (1) hide show
  1. Makefile +1 -1
Makefile CHANGED
@@ -26,4 +26,4 @@ load:
26
  gopass show $(GOPASS_KEY) >$(GOPASS_FILE)
27
 
28
  show-cron:
29
- cat $(CURRENT_DIR)/.cron | sed "s|CURRENT_DIR|$(CURRENT_DIR)|g"
 
26
  gopass show $(GOPASS_KEY) >$(GOPASS_FILE)
27
 
28
  show-cron:
29
+ @cat $(CURRENT_DIR)/.cron | sed "s|CURRENT_DIR|$(CURRENT_DIR)|g"